#AB3C20

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

Shades of Rock Spray #AB3C20

Tints of Rock Spray #AB3C20

Color information

#AB3C20 (or 0xAB3C20) is unknown color: approx Rock Spray. HEX triplet: AB, 3C and 20. RGB value is (171,60,32). Sum of RGB (Red+Green+Blue) = 171+60+32=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3C20 is #54C3DF. Grayscale: #5A5A5A. Windows color (decimal): -5555168 or 2112683. OLE color: 2112683.

HSL color Cylindrical-coordinate representation of color #AB3C20: hue angle of 12.09º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB3C20 is Cyan = 0, Magento = 0.65, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB1716032-
CMYK00.650.810.33
HSL12.09º68.47%39.8%-
HSV(B)12.09º81.29%67.06%-
XYZ18.6711.992.7-
YUV9095.27185.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 65.02%
GREEN value IS 60 (23.83% from 255) = 22.81%
BLUE value IS 32 (12.89% from 255) = 12.17%
R=65.02%
G=22.81%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.81
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171603200.650.810.3312.0968.4739.8
HexAB3C200415121c4428
Octal25374400101121411410450
Binary1010101111110010000001000001101000110000111001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3C20; }

 p { color: rgb(171,60,32); }

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

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

 a { background-color: rgb(171,60,32); }

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

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

 span { border-color: rgb(171,60,32); }

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