Shades of Rock Spray #9C401D
Tints of Rock Spray #9C401D
RGB
CMYK
RGB Variations
Color information
#9C401D (or 0x9C401D) is known color: Rock Spray. HEX triplet: 9C, 40 and 1D. RGB value is (156,64,29). Sum of RGB (Red+Green+Blue) = 156+64+29=249 (32% of max value = 765). Red value is 156 (61.33% from 255 or 62.65% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 156 - color contains mainly: red. Hex color #9C401D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C401D is #63BFE2. Grayscale: #575757. Windows color (decimal): -6537187 or 1917084. OLE color: 1917084.
HSL color Cylindrical-coordinate representation of color #9C401D: hue angle of 16.54º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C401D is Cyan = 0, Magento = 0.59, Yellow = 0.81 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 64 | 29 | - |
| CMYK | 0 | 0.59 | 0.81 | 0.39 |
| HSL | 16.54º | 0.69% | 0.36% | - |
| HSV(B) | 16.54º | 0.81% | 0.61% | - |
| XYZ | 15.77 | 10.82 | 2.42 | - |
| YUV | 87.52 | 94.98 | 176.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 64 | 29 | 0 | 0.59 | 0.81 | 0.39 | 16.54 | 0.69 | 0.36 |
| Hex | 9C | 40 | 1D | 0 | 3B | 51 | 27 | 11 | 45 | 24 |
| Octal | 234 | 100 | 35 | 0 | 73 | 121 | 47 | 21 | 105 | 44 |
| Binary | 10011100 | 1000000 | 11101 | 0 | 111011 | 1010001 | 100111 | 10001 | 1000101 | 100100 |
Color Harmonies of #9C401D
Complementary color
Monochromatic Colors of #9C401D
Black with #9C401D
Text Example
Text Example
White with #9C401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C401D; }
p { color: rgb(156,64,29); }
H1.HeaderClassName
{
color: #9C401D;
}
.AnyTagClassName
{
color: #9C401D;
}
</style>
background-color css
<style>
a { background-color: #9C401D; }
a { background-color: rgb(156,64,29); }
div.DivClassName
{
background-color: #9C401D;
}
.BgClassName
{
background-color: #9C401D;
}
</style>
border-color css
<style>
span { border-color: #9C401D; }
span { border-color: rgb(156,64,29); }
td.TdClassName
{
border-color: #9C401D;
}
.TagClassName
{
border-color: #9C401D;
}
</style>