Shades of Rock Spray #AB3A1F
Tints of Rock Spray #AB3A1F
RGB
CMYK
RGB Variations
Color information
#AB3A1F (or 0xAB3A1F) is known color: Rock Spray. HEX triplet: AB, 3A and 1F. RGB value is (171,58,31). Sum of RGB (Red+Green+Blue) = 171+58+31=260 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.77% from 260); Green value is 58 (23.05% from 255 or 22.31% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A1F is #54C5E0. Grayscale: #585858. Windows color (decimal): -5555681 or 2046635. OLE color: 2046635.
HSL color Cylindrical-coordinate representation of color #AB3A1F: hue angle of 11.57º 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 #AB3A1F is Cyan = 0, Magento = 0.66, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 58 | 31 | - |
| CMYK | 0 | 0.66 | 0.82 | 0.33 |
| HSL | 11.57º | 0.69% | 0.4% | - |
| HSV(B) | 11.57º | 0.82% | 0.67% | - |
| XYZ | 18.55 | 11.78 | 2.59 | - |
| YUV | 88.71 | 95.44 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 58 | 31 | 0 | 0.66 | 0.82 | 0.33 | 11.57 | 0.69 | 0.4 |
| Hex | AB | 3A | 1F | 0 | 42 | 52 | 21 | C | 45 | 28 |
| Octal | 253 | 72 | 37 | 0 | 102 | 122 | 41 | 14 | 105 | 50 |
| Binary | 10101011 | 111010 | 11111 | 0 | 1000010 | 1010010 | 100001 | 1100 | 1000101 | 101000 |
Color Harmonies of #AB3A1F
Complementary color
Monochromatic Colors of #AB3A1F
Black with #AB3A1F
Text Example
Text Example
White with #AB3A1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3A1F; }
p { color: rgb(171,58,31); }
H1.HeaderClassName
{
color: #AB3A1F;
}
.AnyTagClassName
{
color: #AB3A1F;
}
</style>
background-color css
<style>
a { background-color: #AB3A1F; }
a { background-color: rgb(171,58,31); }
div.DivClassName
{
background-color: #AB3A1F;
}
.BgClassName
{
background-color: #AB3A1F;
}
</style>
border-color css
<style>
span { border-color: #AB3A1F; }
span { border-color: rgb(171,58,31); }
td.TdClassName
{
border-color: #AB3A1F;
}
.TagClassName
{
border-color: #AB3A1F;
}
</style>