Shades of Rock Spray #A3452F
Tints of Rock Spray #A3452F
RGB
CMYK
RGB Variations
Color information
#A3452F (or 0xA3452F) is known color: Rock Spray. HEX triplet: A3, 45 and 2F. RGB value is (163,69,47). Sum of RGB (Red+Green+Blue) = 163+69+47=279 (36% of max value = 765). Red value is 163 (64.06% from 255 or 58.42% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 163 - color contains mainly: red. Hex color #A3452F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A3452F is #5CBAD0. Grayscale: #5E5E5E. Windows color (decimal): -6077137 or 3098019. OLE color: 3098019.
HSL color Cylindrical-coordinate representation of color #A3452F: hue angle of 11.38º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A3452F is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 69 | 47 | - |
| CMYK | 0 | 0.58 | 0.71 | 0.36 |
| HSL | 11.38º | 0.55% | 0.41% | - |
| HSV(B) | 11.38º | 0.71% | 0.64% | - |
| XYZ | 17.75 | 12.25 | 4.12 | - |
| YUV | 94.6 | 101.14 | 176.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 69 | 47 | 0 | 0.58 | 0.71 | 0.36 | 11.38 | 0.55 | 0.41 |
| Hex | A3 | 45 | 2F | 0 | 3A | 47 | 24 | B | 37 | 29 |
| Octal | 243 | 105 | 57 | 0 | 72 | 107 | 44 | 13 | 67 | 51 |
| Binary | 10100011 | 1000101 | 101111 | 0 | 111010 | 1000111 | 100100 | 1011 | 110111 | 101001 |
Color Harmonies of #A3452F
Complementary color
Monochromatic Colors of #A3452F
Black with #A3452F
Text Example
Text Example
White with #A3452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3452F; }
p { color: rgb(163,69,47); }
H1.HeaderClassName
{
color: #A3452F;
}
.AnyTagClassName
{
color: #A3452F;
}
</style>
background-color css
<style>
a { background-color: #A3452F; }
a { background-color: rgb(163,69,47); }
div.DivClassName
{
background-color: #A3452F;
}
.BgClassName
{
background-color: #A3452F;
}
</style>
border-color css
<style>
span { border-color: #A3452F; }
span { border-color: rgb(163,69,47); }
td.TdClassName
{
border-color: #A3452F;
}
.TagClassName
{
border-color: #A3452F;
}
</style>