Shades of Rock Spray #9C431C
Tints of Rock Spray #9C431C
RGB
CMYK
RGB Variations
Color information
#9C431C (or 0x9C431C) is known color: Rock Spray. HEX triplet: 9C, 43 and 1C. RGB value is (156,67,28). Sum of RGB (Red+Green+Blue) = 156+67+28=251 (33% of max value = 765). Red value is 156 (61.33% from 255 or 62.15% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 28 (11.33% from 255 or 11.16% from 251); Max value from RGB is 156 - color contains mainly: red. Hex color #9C431C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C431C is #63BCE3. Grayscale: #595959. Windows color (decimal): -6536420 or 1852316. OLE color: 1852316.
HSL color Cylindrical-coordinate representation of color #9C431C: hue angle of 18.28º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C431C is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 67 | 28 | - |
| CMYK | 0 | 0.57 | 0.82 | 0.39 |
| HSL | 18.28º | 0.7% | 0.36% | - |
| HSV(B) | 18.28º | 0.82% | 0.61% | - |
| XYZ | 15.93 | 11.17 | 2.41 | - |
| YUV | 89.17 | 93.49 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 28 | 0 | 0.57 | 0.82 | 0.39 | 18.28 | 0.7 | 0.36 |
| Hex | 9C | 43 | 1C | 0 | 39 | 52 | 27 | 12 | 46 | 24 |
| Octal | 234 | 103 | 34 | 0 | 71 | 122 | 47 | 22 | 106 | 44 |
| Binary | 10011100 | 1000011 | 11100 | 0 | 111001 | 1010010 | 100111 | 10010 | 1000110 | 100100 |
Color Harmonies of #9C431C
Complementary color
Monochromatic Colors of #9C431C
Black with #9C431C
Text Example
Text Example
White with #9C431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C431C; }
p { color: rgb(156,67,28); }
H1.HeaderClassName
{
color: #9C431C;
}
.AnyTagClassName
{
color: #9C431C;
}
</style>
background-color css
<style>
a { background-color: #9C431C; }
a { background-color: rgb(156,67,28); }
div.DivClassName
{
background-color: #9C431C;
}
.BgClassName
{
background-color: #9C431C;
}
</style>
border-color css
<style>
span { border-color: #9C431C; }
span { border-color: rgb(156,67,28); }
td.TdClassName
{
border-color: #9C431C;
}
.TagClassName
{
border-color: #9C431C;
}
</style>