#a0442b

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

Shades of Rock Spray #A0442B

Tints of Rock Spray #A0442B

Color information

#A0442B (or 0xA0442B) is unknown color: approx Rock Spray. HEX triplet: A0, 44 and 2B. RGB value is (160,68,43). Sum of RGB (Red+Green+Blue) = 160+68+43=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A0442B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0442B is #5FBBD4. Grayscale: #5C5C5C. Windows color (decimal): -6274005 or 2835616. OLE color: 2835616.

HSL color Cylindrical-coordinate representation of color #A0442B: hue angle of 12.82º 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 #A0442B is Cyan = 0, Magento = 0.57, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB1606843-
CMYK00.570.730.37
HSL12.82º57.64%39.8%-
HSV(B)12.82º73.12%62.75%-
XYZ1711.783.66-
YUV92.6699.98176.03-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.04%
GREEN value IS 68 (26.95% from 255) = 25.09%
BLUE value IS 43 (17.19% from 255) = 15.87%
R=59.04%
G=25.09%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160684300.570.730.3712.8257.6439.8
HexA0442B0394925d3a28
Octal2401045307111145157250
Binary101000001000100101011011100110010011001011101111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0442b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0442b; }

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

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

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

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

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

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

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

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