Shades of Rock Spray #A3452B
Tints of Rock Spray #A3452B
RGB
CMYK
RGB Variations
Color information
#A3452B (or 0xA3452B) is known color: Rock Spray. HEX triplet: A3, 45 and 2B. RGB value is (163,69,43). Sum of RGB (Red+Green+Blue) = 163+69+43=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A3452B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3452B is #5CBAD4. Grayscale: #5E5E5E. Windows color (decimal): -6077141 or 2835875. OLE color: 2835875.
HSL color Cylindrical-coordinate representation of color #A3452B: hue angle of 13º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A3452B is Cyan = 0, Magento = 0.58, Yellow = 0.74 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 69 | 43 | - |
| CMYK | 0 | 0.58 | 0.74 | 0.36 |
| HSL | 13º | 0.58% | 0.4% | - |
| HSV(B) | 13º | 0.74% | 0.64% | - |
| XYZ | 17.67 | 12.22 | 3.71 | - |
| YUV | 94.14 | 99.14 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 69 | 43 | 0 | 0.58 | 0.74 | 0.36 | 13 | 0.58 | 0.4 |
| Hex | A3 | 45 | 2B | 0 | 3A | 4A | 24 | D | 3A | 28 |
| Octal | 243 | 105 | 53 | 0 | 72 | 112 | 44 | 15 | 72 | 50 |
| Binary | 10100011 | 1000101 | 101011 | 0 | 111010 | 1001010 | 100100 | 1101 | 111010 | 101000 |
Color Harmonies of #A3452B
Complementary color
Monochromatic Colors of #A3452B
Black with #A3452B
Text Example
Text Example
White with #A3452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3452B; }
p { color: rgb(163,69,43); }
H1.HeaderClassName
{
color: #A3452B;
}
.AnyTagClassName
{
color: #A3452B;
}
</style>
background-color css
<style>
a { background-color: #A3452B; }
a { background-color: rgb(163,69,43); }
div.DivClassName
{
background-color: #A3452B;
}
.BgClassName
{
background-color: #A3452B;
}
</style>
border-color css
<style>
span { border-color: #A3452B; }
span { border-color: rgb(163,69,43); }
td.TdClassName
{
border-color: #A3452B;
}
.TagClassName
{
border-color: #A3452B;
}
</style>