Shades of Rust #9F2302
Tints of Rust #9F2302
RGB
CMYK
RGB Variations
Color information
#9F2302 (or 0x9F2302) is known color: Rust. HEX triplet: 9F, 23 and 02. RGB value is (159,35,2). Sum of RGB (Red+Green+Blue) = 159+35+2=196 (25% of max value = 765). Red value is 159 (62.5% from 255 or 81.12% from 196); Green value is 35 (14.06% from 255 or 17.86% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2302 is #60DCFD. Grayscale: #444444. Windows color (decimal): -6348030 or 140191. OLE color: 140191.
HSL color Cylindrical-coordinate representation of color #9F2302: hue angle of 12.61º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F2302 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 35 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.38 |
| HSL | 12.61º | 0.98% | 0.32% | - |
| HSV(B) | 12.61º | 0.99% | 0.62% | - |
| XYZ | 14.91 | 8.58 | 0.93 | - |
| YUV | 68.31 | 90.58 | 192.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 35 | 2 | 0 | 0.78 | 0.99 | 0.38 | 12.61 | 0.98 | 0.32 |
| Hex | 9F | 23 | 2 | 0 | 4E | 63 | 26 | D | 62 | 20 |
| Octal | 237 | 43 | 2 | 0 | 116 | 143 | 46 | 15 | 142 | 40 |
| Binary | 10011111 | 100011 | 10 | 0 | 1001110 | 1100011 | 100110 | 1101 | 1100010 | 100000 |
Color Harmonies of #9F2302
Complementary color
Monochromatic Colors of #9F2302
Black with #9F2302
Text Example
Text Example
White with #9F2302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2302; }
p { color: rgb(159,35,2); }
H1.HeaderClassName
{
color: #9F2302;
}
.AnyTagClassName
{
color: #9F2302;
}
</style>
background-color css
<style>
a { background-color: #9F2302; }
a { background-color: rgb(159,35,2); }
div.DivClassName
{
background-color: #9F2302;
}
.BgClassName
{
background-color: #9F2302;
}
</style>
border-color css
<style>
span { border-color: #9F2302; }
span { border-color: rgb(159,35,2); }
td.TdClassName
{
border-color: #9F2302;
}
.TagClassName
{
border-color: #9F2302;
}
</style>