#A03B2C

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

Shades of Rock Spray #A03B2C

Tints of Rock Spray #A03B2C

Color information

#A03B2C (or 0xA03B2C) is unknown color: approx Rock Spray. HEX triplet: A0, 3B and 2C. RGB value is (160,59,44). Sum of RGB (Red+Green+Blue) = 160+59+44=263 (34% of max value = 765). Red value is 160 (62.89% from 255 or 60.84% from 263); Green value is 59 (23.44% from 255 or 22.43% from 263); Blue value is 44 (17.58% from 255 or 16.73% from 263); Max value from RGB is 160 - color contains mainly: red. Hex color #A03B2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03B2C is #5FC4D3. Grayscale: #575757. Windows color (decimal): -6276308 or 2898848. OLE color: 2898848.

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

Color convert

RGB1605944-
CMYK00.630.720.37
HSL7.76º56.86%40%-
HSV(B)7.76º72.5%62.75%-
XYZ16.5210.783.59-
YUV87.49103.46179.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 60.84%
GREEN value IS 59 (23.44% from 255) = 22.43%
BLUE value IS 44 (17.58% from 255) = 16.73%
R=60.84%
G=22.43%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160594400.630.720.377.7656.8640
HexA03B2C03F482583928
Octal240735407711045107150
Binary10100000111011101100011111110010001001011000111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A03B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A03B2C; }

 p { color: rgb(160,59,44); }

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

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

 a { background-color: rgb(160,59,44); }

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

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

 span { border-color: rgb(160,59,44); }

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