Shades of Rock Spray #AB421F
Tints of Rock Spray #AB421F
RGB
CMYK
RGB Variations
Color information
#AB421F (or 0xAB421F) is known color: Rock Spray. HEX triplet: AB, 42 and 1F. RGB value is (171,66,31). Sum of RGB (Red+Green+Blue) = 171+66+31=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 31 (12.5% from 255 or 11.57% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB421F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB421F is #54BDE0. Grayscale: #5D5D5D. Windows color (decimal): -5553633 or 2048683. OLE color: 2048683.
HSL color Cylindrical-coordinate representation of color #AB421F: hue angle of 15º 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 #AB421F is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 31 | - |
| CMYK | 0 | 0.61 | 0.82 | 0.33 |
| HSL | 15º | 0.69% | 0.4% | - |
| HSV(B) | 15º | 0.82% | 0.67% | - |
| XYZ | 18.99 | 12.65 | 2.74 | - |
| YUV | 93.41 | 92.79 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 31 | 0 | 0.61 | 0.82 | 0.33 | 15 | 0.69 | 0.4 |
| Hex | AB | 42 | 1F | 0 | 3D | 52 | 21 | F | 45 | 28 |
| Octal | 253 | 102 | 37 | 0 | 75 | 122 | 41 | 17 | 105 | 50 |
| Binary | 10101011 | 1000010 | 11111 | 0 | 111101 | 1010010 | 100001 | 1111 | 1000101 | 101000 |
Color Harmonies of #AB421F
Complementary color
Monochromatic Colors of #AB421F
Black with #AB421F
Text Example
Text Example
White with #AB421F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB421F; }
p { color: rgb(171,66,31); }
H1.HeaderClassName
{
color: #AB421F;
}
.AnyTagClassName
{
color: #AB421F;
}
</style>
background-color css
<style>
a { background-color: #AB421F; }
a { background-color: rgb(171,66,31); }
div.DivClassName
{
background-color: #AB421F;
}
.BgClassName
{
background-color: #AB421F;
}
</style>
border-color css
<style>
span { border-color: #AB421F; }
span { border-color: rgb(171,66,31); }
td.TdClassName
{
border-color: #AB421F;
}
.TagClassName
{
border-color: #AB421F;
}
</style>