Shades of Rust #9F2C03
Tints of Rust #9F2C03
RGB
CMYK
RGB Variations
Color information
#9F2C03 (or 0x9F2C03) is known color: Rust. HEX triplet: 9F, 2C and 03. RGB value is (159,44,3). Sum of RGB (Red+Green+Blue) = 159+44+3=206 (27% of max value = 765). Red value is 159 (62.5% from 255 or 77.18% from 206); Green value is 44 (17.58% from 255 or 21.36% from 206); Blue value is 3 (1.56% from 255 or 1.46% from 206); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2C03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2C03 is #60D3FC. Grayscale: #494949. Windows color (decimal): -6345725 or 208031. OLE color: 208031.
HSL color Cylindrical-coordinate representation of color #9F2C03: hue angle of 15.77º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F2C03 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 44 | 3 | - |
| CMYK | 0 | 0.72 | 0.98 | 0.38 |
| HSL | 15.77º | 0.96% | 0.32% | - |
| HSV(B) | 15.77º | 0.98% | 0.62% | - |
| XYZ | 15.22 | 9.18 | 1.06 | - |
| YUV | 73.71 | 88.1 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 44 | 3 | 0 | 0.72 | 0.98 | 0.38 | 15.77 | 0.96 | 0.32 |
| Hex | 9F | 2C | 3 | 0 | 48 | 62 | 26 | 10 | 60 | 20 |
| Octal | 237 | 54 | 3 | 0 | 110 | 142 | 46 | 20 | 140 | 40 |
| Binary | 10011111 | 101100 | 11 | 0 | 1001000 | 1100010 | 100110 | 10000 | 1100000 | 100000 |
Color Harmonies of #9F2C03
Complementary color
Monochromatic Colors of #9F2C03
Black with #9F2C03
Text Example
Text Example
White with #9F2C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2C03; }
p { color: rgb(159,44,3); }
H1.HeaderClassName
{
color: #9F2C03;
}
.AnyTagClassName
{
color: #9F2C03;
}
</style>
background-color css
<style>
a { background-color: #9F2C03; }
a { background-color: rgb(159,44,3); }
div.DivClassName
{
background-color: #9F2C03;
}
.BgClassName
{
background-color: #9F2C03;
}
</style>
border-color css
<style>
span { border-color: #9F2C03; }
span { border-color: rgb(159,44,3); }
td.TdClassName
{
border-color: #9F2C03;
}
.TagClassName
{
border-color: #9F2C03;
}
</style>