#a03c1e

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

Shades of Rock Spray #A03C1E

Tints of Rock Spray #A03C1E

Color information

#A03C1E (or 0xA03C1E) is unknown color: approx Rock Spray. HEX triplet: A0, 3C and 1E. RGB value is (160,60,30). Sum of RGB (Red+Green+Blue) = 160+60+30=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A03C1E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A03C1E is #5FC3E1. Grayscale: #565656. Windows color (decimal): -6276066 or 1981600. OLE color: 1981600.

HSL color Cylindrical-coordinate representation of color #A03C1E: hue angle of 13.85º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A03C1E is Cyan = 0, Magento = 0.62, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB1606030-
CMYK00.620.810.37
HSL13.85º68.42%37.25%-
HSV(B)13.85º81.25%62.75%-
XYZ16.3510.82.45-
YUV86.4896.13180.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 64%
GREEN value IS 60 (23.83% from 255) = 24%
BLUE value IS 30 (12.11% from 255) = 12%
R=64%
G=24%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160603000.620.810.3713.8568.4237.25
HexA03C1E03E5125e4425
Octal2407436076121451610445
Binary10100000111100111100111110101000110010111101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a03c1e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a03c1e; }

 p { color: rgb(160,60,30); }

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

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

 a { background-color: rgb(160,60,30); }

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

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

 span { border-color: rgb(160,60,30); }

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