Shades of Rock Spray #9E431C
Tints of Rock Spray #9E431C
RGB
CMYK
RGB Variations
Color information
#9E431C (or 0x9E431C) is known color: Rock Spray. HEX triplet: 9E, 43 and 1C. RGB value is (158,67,28). Sum of RGB (Red+Green+Blue) = 158+67+28=253 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.45% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 158 - color contains mainly: red. Hex color #9E431C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E431C is #61BCE3. Grayscale: #5A5A5A. Windows color (decimal): -6405348 or 1852318. OLE color: 1852318.
HSL color Cylindrical-coordinate representation of color #9E431C: hue angle of 18º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9E431C is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 67 | 28 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.38 |
| HSL | 18º | 0.7% | 0.36% | - |
| HSV(B) | 18º | 0.82% | 0.62% | - |
| XYZ | 16.32 | 11.37 | 2.43 | - |
| YUV | 89.76 | 93.15 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 67 | 28 | 0 | 0.58 | 0.82 | 0.38 | 18 | 0.7 | 0.36 |
| Hex | 9E | 43 | 1C | 0 | 3A | 52 | 26 | 12 | 46 | 24 |
| Octal | 236 | 103 | 34 | 0 | 72 | 122 | 46 | 22 | 106 | 44 |
| Binary | 10011110 | 1000011 | 11100 | 0 | 111010 | 1010010 | 100110 | 10010 | 1000110 | 100100 |
Color Harmonies of #9E431C
Complementary color
Monochromatic Colors of #9E431C
Black with #9E431C
Text Example
Text Example
White with #9E431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E431C; }
p { color: rgb(158,67,28); }
H1.HeaderClassName
{
color: #9E431C;
}
.AnyTagClassName
{
color: #9E431C;
}
</style>
background-color css
<style>
a { background-color: #9E431C; }
a { background-color: rgb(158,67,28); }
div.DivClassName
{
background-color: #9E431C;
}
.BgClassName
{
background-color: #9E431C;
}
</style>
border-color css
<style>
span { border-color: #9E431C; }
span { border-color: rgb(158,67,28); }
td.TdClassName
{
border-color: #9E431C;
}
.TagClassName
{
border-color: #9E431C;
}
</style>