Shades of Rock Spray #AB442B
Tints of Rock Spray #AB442B
RGB
CMYK
RGB Variations
Color information
#AB442B (or 0xAB442B) is known color: Rock Spray. HEX triplet: AB, 44 and 2B. RGB value is (171,68,43). Sum of RGB (Red+Green+Blue) = 171+68+43=282 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.64% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 43 (17.19% from 255 or 15.25% from 282); Max value from RGB is 171 - color contains mainly: red. Hex color #AB442B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB442B is #54BBD4. Grayscale: #606060. Windows color (decimal): -5553109 or 2835627. OLE color: 2835627.
HSL color Cylindrical-coordinate representation of color #AB442B: hue angle of 11.72º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB442B is Cyan = 0, Magento = 0.60, Yellow = 0.75 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 68 | 43 | - |
| CMYK | 0 | 0.60 | 0.75 | 0.33 |
| HSL | 11.72º | 0.6% | 0.42% | - |
| HSV(B) | 11.72º | 0.75% | 0.67% | - |
| XYZ | 19.3 | 12.97 | 3.77 | - |
| YUV | 95.95 | 98.12 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 68 | 43 | 0 | 0.60 | 0.75 | 0.33 | 11.72 | 0.6 | 0.42 |
| Hex | AB | 44 | 2B | 0 | 3C | 4B | 21 | C | 3C | 2A |
| Octal | 253 | 104 | 53 | 0 | 74 | 113 | 41 | 14 | 74 | 52 |
| Binary | 10101011 | 1000100 | 101011 | 0 | 111100 | 1001011 | 100001 | 1100 | 111100 | 101010 |
Color Harmonies of #AB442B
Complementary color
Monochromatic Colors of #AB442B
Black with #AB442B
Text Example
Text Example
White with #AB442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB442B; }
p { color: rgb(171,68,43); }
H1.HeaderClassName
{
color: #AB442B;
}
.AnyTagClassName
{
color: #AB442B;
}
</style>
background-color css
<style>
a { background-color: #AB442B; }
a { background-color: rgb(171,68,43); }
div.DivClassName
{
background-color: #AB442B;
}
.BgClassName
{
background-color: #AB442B;
}
</style>
border-color css
<style>
span { border-color: #AB442B; }
span { border-color: rgb(171,68,43); }
td.TdClassName
{
border-color: #AB442B;
}
.TagClassName
{
border-color: #AB442B;
}
</style>