Shades of Rock Spray #AB3C1F
Tints of Rock Spray #AB3C1F
RGB
CMYK
RGB Variations
Color information
#AB3C1F (or 0xAB3C1F) is known color: Rock Spray. HEX triplet: AB, 3C and 1F. RGB value is (171,60,31). Sum of RGB (Red+Green+Blue) = 171+60+31=262 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.27% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3C1F is #54C3E0. Grayscale: #5A5A5A. Windows color (decimal): -5555169 or 2047147. OLE color: 2047147.
HSL color Cylindrical-coordinate representation of color #AB3C1F: hue angle of 12.43º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB3C1F is Cyan = 0, Magento = 0.65, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 60 | 31 | - |
| CMYK | 0 | 0.65 | 0.82 | 0.33 |
| HSL | 12.43º | 0.69% | 0.4% | - |
| HSV(B) | 12.43º | 0.82% | 0.67% | - |
| XYZ | 18.66 | 11.99 | 2.63 | - |
| YUV | 89.88 | 94.77 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 60 | 31 | 0 | 0.65 | 0.82 | 0.33 | 12.43 | 0.69 | 0.4 |
| Hex | AB | 3C | 1F | 0 | 41 | 52 | 21 | C | 45 | 28 |
| Octal | 253 | 74 | 37 | 0 | 101 | 122 | 41 | 14 | 105 | 50 |
| Binary | 10101011 | 111100 | 11111 | 0 | 1000001 | 1010010 | 100001 | 1100 | 1000101 | 101000 |
Color Harmonies of #AB3C1F
Complementary color
Monochromatic Colors of #AB3C1F
Black with #AB3C1F
Text Example
Text Example
White with #AB3C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3C1F; }
p { color: rgb(171,60,31); }
H1.HeaderClassName
{
color: #AB3C1F;
}
.AnyTagClassName
{
color: #AB3C1F;
}
</style>
background-color css
<style>
a { background-color: #AB3C1F; }
a { background-color: rgb(171,60,31); }
div.DivClassName
{
background-color: #AB3C1F;
}
.BgClassName
{
background-color: #AB3C1F;
}
</style>
border-color css
<style>
span { border-color: #AB3C1F; }
span { border-color: rgb(171,60,31); }
td.TdClassName
{
border-color: #AB3C1F;
}
.TagClassName
{
border-color: #AB3C1F;
}
</style>