Shades of Rock Spray #A4361B
Tints of Rock Spray #A4361B
RGB
CMYK
RGB Variations
Color information
#A4361B (or 0xA4361B) is known color: Rock Spray. HEX triplet: A4, 36 and 1B. RGB value is (164,54,27). Sum of RGB (Red+Green+Blue) = 164+54+27=245 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.94% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 27 (10.94% from 255 or 11.02% from 245); Max value from RGB is 164 - color contains mainly: red. Hex color #A4361B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4361B is #5BC9E4. Grayscale: #545454. Windows color (decimal): -6015461 or 1783460. OLE color: 1783460.
HSL color Cylindrical-coordinate representation of color #A4361B: hue angle of 11.82º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4361B is Cyan = 0, Magento = 0.67, Yellow = 0.84 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 54 | 27 | - |
| CMYK | 0 | 0.67 | 0.84 | 0.36 |
| HSL | 11.82º | 0.72% | 0.37% | - |
| HSV(B) | 11.82º | 0.84% | 0.64% | - |
| XYZ | 16.83 | 10.61 | 2.2 | - |
| YUV | 83.81 | 95.94 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 54 | 27 | 0 | 0.67 | 0.84 | 0.36 | 11.82 | 0.72 | 0.37 |
| Hex | A4 | 36 | 1B | 0 | 43 | 54 | 24 | C | 48 | 25 |
| Octal | 244 | 66 | 33 | 0 | 103 | 124 | 44 | 14 | 110 | 45 |
| Binary | 10100100 | 110110 | 11011 | 0 | 1000011 | 1010100 | 100100 | 1100 | 1001000 | 100101 |
Color Harmonies of #A4361B
Complementary color
Monochromatic Colors of #A4361B
Black with #A4361B
Text Example
Text Example
White with #A4361B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4361B; }
p { color: rgb(164,54,27); }
H1.HeaderClassName
{
color: #A4361B;
}
.AnyTagClassName
{
color: #A4361B;
}
</style>
background-color css
<style>
a { background-color: #A4361B; }
a { background-color: rgb(164,54,27); }
div.DivClassName
{
background-color: #A4361B;
}
.BgClassName
{
background-color: #A4361B;
}
</style>
border-color css
<style>
span { border-color: #A4361B; }
span { border-color: rgb(164,54,27); }
td.TdClassName
{
border-color: #A4361B;
}
.TagClassName
{
border-color: #A4361B;
}
</style>