Shades of Rock Spray #AB3F25
Tints of Rock Spray #AB3F25
RGB
CMYK
RGB Variations
Color information
#AB3F25 (or 0xAB3F25) is known color: Rock Spray. HEX triplet: AB, 3F and 25. RGB value is (171,63,37). Sum of RGB (Red+Green+Blue) = 171+63+37=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 63 (25% from 255 or 23.25% from 271); Blue value is 37 (14.84% from 255 or 13.65% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3F25 is #54C0DA. Grayscale: #5C5C5C. Windows color (decimal): -5554395 or 2441131. OLE color: 2441131.
HSL color Cylindrical-coordinate representation of color #AB3F25: hue angle of 11.64º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB3F25 is Cyan = 0, Magento = 0.63, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 37 | - |
| CMYK | 0 | 0.63 | 0.78 | 0.33 |
| HSL | 11.64º | 0.64% | 0.41% | - |
| HSV(B) | 11.64º | 0.78% | 0.67% | - |
| XYZ | 18.91 | 12.35 | 3.14 | - |
| YUV | 92.33 | 96.78 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 37 | 0 | 0.63 | 0.78 | 0.33 | 11.64 | 0.64 | 0.41 |
| Hex | AB | 3F | 25 | 0 | 3F | 4E | 21 | C | 40 | 29 |
| Octal | 253 | 77 | 45 | 0 | 77 | 116 | 41 | 14 | 100 | 51 |
| Binary | 10101011 | 111111 | 100101 | 0 | 111111 | 1001110 | 100001 | 1100 | 1000000 | 101001 |
Color Harmonies of #AB3F25
Complementary color
Monochromatic Colors of #AB3F25
Black with #AB3F25
Text Example
Text Example
White with #AB3F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F25; }
p { color: rgb(171,63,37); }
H1.HeaderClassName
{
color: #AB3F25;
}
.AnyTagClassName
{
color: #AB3F25;
}
</style>
background-color css
<style>
a { background-color: #AB3F25; }
a { background-color: rgb(171,63,37); }
div.DivClassName
{
background-color: #AB3F25;
}
.BgClassName
{
background-color: #AB3F25;
}
</style>
border-color css
<style>
span { border-color: #AB3F25; }
span { border-color: rgb(171,63,37); }
td.TdClassName
{
border-color: #AB3F25;
}
.TagClassName
{
border-color: #AB3F25;
}
</style>