Shades of Rust #9F2403
Tints of Rust #9F2403
RGB
CMYK
RGB Variations
Color information
#9F2403 (or 0x9F2403) is known color: Rust. HEX triplet: 9F, 24 and 03. RGB value is (159,36,3). Sum of RGB (Red+Green+Blue) = 159+36+3=198 (26% of max value = 765). Red value is 159 (62.5% from 255 or 80.30% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 3 (1.56% from 255 or 1.52% from 198); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2403 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F2403 is #60DBFC. Grayscale: #454545. Windows color (decimal): -6347773 or 205983. OLE color: 205983.
HSL color Cylindrical-coordinate representation of color #9F2403: hue angle of 12.69º 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 #9F2403 is Cyan = 0, Magento = 0.77, Yellow = 0.98 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 36 | 3 | - |
| CMYK | 0 | 0.77 | 0.98 | 0.38 |
| HSL | 12.69º | 0.96% | 0.32% | - |
| HSV(B) | 12.69º | 0.98% | 0.62% | - |
| XYZ | 14.95 | 8.64 | 0.97 | - |
| YUV | 69.02 | 90.75 | 192.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 36 | 3 | 0 | 0.77 | 0.98 | 0.38 | 12.69 | 0.96 | 0.32 |
| Hex | 9F | 24 | 3 | 0 | 4D | 62 | 26 | D | 60 | 20 |
| Octal | 237 | 44 | 3 | 0 | 115 | 142 | 46 | 15 | 140 | 40 |
| Binary | 10011111 | 100100 | 11 | 0 | 1001101 | 1100010 | 100110 | 1101 | 1100000 | 100000 |
Color Harmonies of #9F2403
Complementary color
Monochromatic Colors of #9F2403
Black with #9F2403
Text Example
Text Example
White with #9F2403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2403; }
p { color: rgb(159,36,3); }
H1.HeaderClassName
{
color: #9F2403;
}
.AnyTagClassName
{
color: #9F2403;
}
</style>
background-color css
<style>
a { background-color: #9F2403; }
a { background-color: rgb(159,36,3); }
div.DivClassName
{
background-color: #9F2403;
}
.BgClassName
{
background-color: #9F2403;
}
</style>
border-color css
<style>
span { border-color: #9F2403; }
span { border-color: rgb(159,36,3); }
td.TdClassName
{
border-color: #9F2403;
}
.TagClassName
{
border-color: #9F2403;
}
</style>