#A0402B

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

Shades of Rock Spray #A0402B

Tints of Rock Spray #A0402B

Color information

#A0402B (or 0xA0402B) is unknown color: approx Rock Spray. HEX triplet: A0, 40 and 2B. RGB value is (160,64,43). Sum of RGB (Red+Green+Blue) = 160+64+43=267 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.93% from 267); Green value is 64 (25.39% from 255 or 23.97% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 160 - color contains mainly: red. Hex color #A0402B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0402B is #5FBFD4. Grayscale: #5A5A5A. Windows color (decimal): -6275029 or 2834592. OLE color: 2834592.

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

Color convert

RGB1606443-
CMYK00.60.730.37
HSL10.77º57.64%39.8%-
HSV(B)10.77º73.12%62.75%-
XYZ16.7711.313.59-
YUV90.31101.3177.71-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.93%
GREEN value IS 64 (25.39% from 255) = 23.97%
BLUE value IS 43 (17.19% from 255) = 16.10%
R=59.93%
G=23.97%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160644300.60.730.3710.7757.6439.8
HexA0402B03C4925b3a28
Octal2401005307411145137250
Binary101000001000000101011011110010010011001011011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0402B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0402B; }

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

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

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

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

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

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

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

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