#a0402a

Color #A0402A Rock Spray (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rock Spray #A0402A

Tints of Rock Spray #A0402A

Color information

#A0402A (or 0xA0402A) is unknown color: approx Rock Spray. HEX triplet: A0, 40 and 2A. RGB value is (160,64,42). Sum of RGB (Red+Green+Blue) = 160+64+42=266 (35% of max value = 765). Red value is 160 (62.89% from 255 or 60.15% from 266); Green value is 64 (25.39% from 255 or 24.06% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 160 - color contains mainly: red. Hex color #A0402A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0402A is #5FBFD5. Grayscale: #5A5A5A. Windows color (decimal): -6275030 or 2769056. OLE color: 2769056.

HSL color Cylindrical-coordinate representation of color #A0402A: hue angle of 11.19º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A0402A is Cyan = 0, Magento = 0.6, Yellow = 0.74 and Black (K on CMYK) = 0.37.

Color convert

RGB1606442-
CMYK00.60.740.37
HSL11.19º58.42%39.61%-
HSV(B)11.19º73.75%62.75%-
XYZ16.7511.313.49-
YUV90.2100.8177.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 60.15%
GREEN value IS 64 (25.39% from 255) = 24.06%
BLUE value IS 42 (16.80% from 255) = 15.79%
R=60.15%
G=24.06%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160644200.60.740.3711.1958.4239.61
HexA0402A03C4A25b3a28
Octal2401005207411245137250
Binary101000001000000101010011110010010101001011011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0402a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0402a; }

 p { color: rgb(160,64,42); }

 H1.HeaderClassName
 {
   color: #a0402a;
 }
 .AnyTagClassName
 {
   color: #a0402a;
 }
</style>
background-color css

<style>
 a { background-color: #a0402a; }

 a { background-color: rgb(160,64,42); }

 div.DivClassName
 {
   background-color: #a0402a;
 }
 .BgClassName
 {
   background-color: #a0402a;
 }
</style>
border-color css

<style>
 span { border-color: #a0402a; }

 span { border-color: rgb(160,64,42); }

 td.TdClassName
 {
   border-color: #a0402a;
 }
 .TagClassName
 {
   border-color: #a0402a;
 }
</style>