Shades of Rust #9F2702
Tints of Rust #9F2702
RGB
CMYK
RGB Variations
Color information
#9F2702 (or 0x9F2702) is known color: Rust. HEX triplet: 9F, 27 and 02. RGB value is (159,39,2). Sum of RGB (Red+Green+Blue) = 159+39+2=200 (26% of max value = 765). Red value is 159 (62.5% from 255 or 79.5% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2702 is #60D8FD. Grayscale: #464646. Windows color (decimal): -6347006 or 141215. OLE color: 141215.
HSL color Cylindrical-coordinate representation of color #9F2702: hue angle of 14.14º 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 #9F2702 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 39 | 2 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.38 |
| HSL | 14.14º | 0.98% | 0.32% | - |
| HSV(B) | 14.14º | 0.99% | 0.62% | - |
| XYZ | 15.03 | 8.83 | 0.97 | - |
| YUV | 70.66 | 89.26 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 39 | 2 | 0 | 0.75 | 0.99 | 0.38 | 14.14 | 0.98 | 0.32 |
| Hex | 9F | 27 | 2 | 0 | 4B | 63 | 26 | E | 62 | 20 |
| Octal | 237 | 47 | 2 | 0 | 113 | 143 | 46 | 16 | 142 | 40 |
| Binary | 10011111 | 100111 | 10 | 0 | 1001011 | 1100011 | 100110 | 1110 | 1100010 | 100000 |
Color Harmonies of #9F2702
Complementary color
Monochromatic Colors of #9F2702
Black with #9F2702
Text Example
Text Example
White with #9F2702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2702; }
p { color: rgb(159,39,2); }
H1.HeaderClassName
{
color: #9F2702;
}
.AnyTagClassName
{
color: #9F2702;
}
</style>
background-color css
<style>
a { background-color: #9F2702; }
a { background-color: rgb(159,39,2); }
div.DivClassName
{
background-color: #9F2702;
}
.BgClassName
{
background-color: #9F2702;
}
</style>
border-color css
<style>
span { border-color: #9F2702; }
span { border-color: rgb(159,39,2); }
td.TdClassName
{
border-color: #9F2702;
}
.TagClassName
{
border-color: #9F2702;
}
</style>