Shades of Rock Spray #AC3E1F
Tints of Rock Spray #AC3E1F
RGB
CMYK
RGB Variations
Color information
#AC3E1F (or 0xAC3E1F) is known color: Rock Spray. HEX triplet: AC, 3E and 1F. RGB value is (172,62,31). Sum of RGB (Red+Green+Blue) = 172+62+31=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 62 (24.61% from 255 or 23.40% from 265); Blue value is 31 (12.5% from 255 or 11.70% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E1F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3E1F is #53C1E0. Grayscale: #5B5B5B. Windows color (decimal): -5489121 or 2047660. OLE color: 2047660.
HSL color Cylindrical-coordinate representation of color #AC3E1F: hue angle of 13.19º 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 #AC3E1F is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 62 | 31 | - |
| CMYK | 0 | 0.64 | 0.82 | 0.33 |
| HSL | 13.19º | 0.69% | 0.4% | - |
| HSV(B) | 13.19º | 0.82% | 0.67% | - |
| XYZ | 18.98 | 12.31 | 2.67 | - |
| YUV | 91.36 | 93.94 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 62 | 31 | 0 | 0.64 | 0.82 | 0.33 | 13.19 | 0.69 | 0.4 |
| Hex | AC | 3E | 1F | 0 | 40 | 52 | 21 | D | 45 | 28 |
| Octal | 254 | 76 | 37 | 0 | 100 | 122 | 41 | 15 | 105 | 50 |
| Binary | 10101100 | 111110 | 11111 | 0 | 1000000 | 1010010 | 100001 | 1101 | 1000101 | 101000 |
Color Harmonies of #AC3E1F
Complementary color
Monochromatic Colors of #AC3E1F
Black with #AC3E1F
Text Example
Text Example
White with #AC3E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3E1F; }
p { color: rgb(172,62,31); }
H1.HeaderClassName
{
color: #AC3E1F;
}
.AnyTagClassName
{
color: #AC3E1F;
}
</style>
background-color css
<style>
a { background-color: #AC3E1F; }
a { background-color: rgb(172,62,31); }
div.DivClassName
{
background-color: #AC3E1F;
}
.BgClassName
{
background-color: #AC3E1F;
}
</style>
border-color css
<style>
span { border-color: #AC3E1F; }
span { border-color: rgb(172,62,31); }
td.TdClassName
{
border-color: #AC3E1F;
}
.TagClassName
{
border-color: #AC3E1F;
}
</style>