Shades of Fire #9B3A18
Tints of Fire #9B3A18
RGB
CMYK
RGB Variations
Color information
#9B3A18 (or 0x9B3A18) is known color: Fire. HEX triplet: 9B, 3A and 18. RGB value is (155,58,24). Sum of RGB (Red+Green+Blue) = 155+58+24=237 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.40% from 237); Green value is 58 (23.05% from 255 or 24.47% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3A18 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3A18 is #64C5E7. Grayscale: #535353. Windows color (decimal): -6604264 or 1587867. OLE color: 1587867.
HSL color Cylindrical-coordinate representation of color #9B3A18: hue angle of 15.57º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B3A18 is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 58 | 24 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.39 |
| HSL | 15.57º | 0.73% | 0.35% | - |
| HSV(B) | 15.57º | 0.85% | 0.61% | - |
| XYZ | 15.2 | 10.06 | 2.01 | - |
| YUV | 83.13 | 94.64 | 179.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 58 | 24 | 0 | 0.63 | 0.85 | 0.39 | 15.57 | 0.73 | 0.35 |
| Hex | 9B | 3A | 18 | 0 | 3F | 55 | 27 | 10 | 49 | 23 |
| Octal | 233 | 72 | 30 | 0 | 77 | 125 | 47 | 20 | 111 | 43 |
| Binary | 10011011 | 111010 | 11000 | 0 | 111111 | 1010101 | 100111 | 10000 | 1001001 | 100011 |
Color Harmonies of #9B3A18
Complementary color
Monochromatic Colors of #9B3A18
Black with #9B3A18
Text Example
Text Example
White with #9B3A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3A18; }
p { color: rgb(155,58,24); }
H1.HeaderClassName
{
color: #9B3A18;
}
.AnyTagClassName
{
color: #9B3A18;
}
</style>
background-color css
<style>
a { background-color: #9B3A18; }
a { background-color: rgb(155,58,24); }
div.DivClassName
{
background-color: #9B3A18;
}
.BgClassName
{
background-color: #9B3A18;
}
</style>
border-color css
<style>
span { border-color: #9B3A18; }
span { border-color: rgb(155,58,24); }
td.TdClassName
{
border-color: #9B3A18;
}
.TagClassName
{
border-color: #9B3A18;
}
</style>