Shades of Rock Spray #AB381E
Tints of Rock Spray #AB381E
RGB
CMYK
RGB Variations
Color information
#AB381E (or 0xAB381E) is known color: Rock Spray. HEX triplet: AB, 38 and 1E. RGB value is (171,56,30). Sum of RGB (Red+Green+Blue) = 171+56+30=257 (34% of max value = 765). Red value is 171 (67.19% from 255 or 66.54% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 171 - color contains mainly: red. Hex color #AB381E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB381E is #54C7E1. Grayscale: #575757. Windows color (decimal): -5556194 or 1980587. OLE color: 1980587.
HSL color Cylindrical-coordinate representation of color #AB381E: hue angle of 11.06º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB381E is Cyan = 0, Magento = 0.67, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 56 | 30 | - |
| CMYK | 0 | 0.67 | 0.82 | 0.33 |
| HSL | 11.06º | 0.7% | 0.39% | - |
| HSV(B) | 11.06º | 0.82% | 0.67% | - |
| XYZ | 18.44 | 11.58 | 2.49 | - |
| YUV | 87.42 | 95.6 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 56 | 30 | 0 | 0.67 | 0.82 | 0.33 | 11.06 | 0.7 | 0.39 |
| Hex | AB | 38 | 1E | 0 | 43 | 52 | 21 | B | 46 | 27 |
| Octal | 253 | 70 | 36 | 0 | 103 | 122 | 41 | 13 | 106 | 47 |
| Binary | 10101011 | 111000 | 11110 | 0 | 1000011 | 1010010 | 100001 | 1011 | 1000110 | 100111 |
Color Harmonies of #AB381E
Complementary color
Monochromatic Colors of #AB381E
Black with #AB381E
Text Example
Text Example
White with #AB381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB381E; }
p { color: rgb(171,56,30); }
H1.HeaderClassName
{
color: #AB381E;
}
.AnyTagClassName
{
color: #AB381E;
}
</style>
background-color css
<style>
a { background-color: #AB381E; }
a { background-color: rgb(171,56,30); }
div.DivClassName
{
background-color: #AB381E;
}
.BgClassName
{
background-color: #AB381E;
}
</style>
border-color css
<style>
span { border-color: #AB381E; }
span { border-color: rgb(171,56,30); }
td.TdClassName
{
border-color: #AB381E;
}
.TagClassName
{
border-color: #AB381E;
}
</style>