Shades of Rock Spray #AB3D1F
Tints of Rock Spray #AB3D1F
RGB
CMYK
RGB Variations
Color information
#AB3D1F (or 0xAB3D1F) is known color: Rock Spray. HEX triplet: AB, 3D and 1F. RGB value is (171,61,31). Sum of RGB (Red+Green+Blue) = 171+61+31=263 (34% of max value = 765). Red value is 171 (67.19% from 255 or 65.02% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3D1F is #54C2E0. Grayscale: #5A5A5A. Windows color (decimal): -5554913 or 2047403. OLE color: 2047403.
HSL color Cylindrical-coordinate representation of color #AB3D1F: hue angle of 12.86º 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 #AB3D1F is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 61 | 31 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.33 |
| HSL | 12.86º | 0.69% | 0.4% | - |
| HSV(B) | 12.86º | 0.82% | 0.67% | - |
| XYZ | 18.71 | 12.09 | 2.64 | - |
| YUV | 90.47 | 94.44 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 61 | 31 | 0 | 0.64 | 0.82 | 0.33 | 12.86 | 0.69 | 0.4 |
| Hex | AB | 3D | 1F | 0 | 40 | 52 | 21 | D | 45 | 28 |
| Octal | 253 | 75 | 37 | 0 | 100 | 122 | 41 | 15 | 105 | 50 |
| Binary | 10101011 | 111101 | 11111 | 0 | 1000000 | 1010010 | 100001 | 1101 | 1000101 | 101000 |
Color Harmonies of #AB3D1F
Complementary color
Monochromatic Colors of #AB3D1F
Black with #AB3D1F
Text Example
Text Example
White with #AB3D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3D1F; }
p { color: rgb(171,61,31); }
H1.HeaderClassName
{
color: #AB3D1F;
}
.AnyTagClassName
{
color: #AB3D1F;
}
</style>
background-color css
<style>
a { background-color: #AB3D1F; }
a { background-color: rgb(171,61,31); }
div.DivClassName
{
background-color: #AB3D1F;
}
.BgClassName
{
background-color: #AB3D1F;
}
</style>
border-color css
<style>
span { border-color: #AB3D1F; }
span { border-color: rgb(171,61,31); }
td.TdClassName
{
border-color: #AB3D1F;
}
.TagClassName
{
border-color: #AB3D1F;
}
</style>