Shades of Rust #9F3C04
Tints of Rust #9F3C04
RGB
CMYK
RGB Variations
Color information
#9F3C04 (or 0x9F3C04) is known color: Rust. HEX triplet: 9F, 3C and 04. RGB value is (159,60,4). Sum of RGB (Red+Green+Blue) = 159+60+4=223 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.30% from 223); Green value is 60 (23.83% from 255 or 26.91% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 159 - color contains mainly: red. Hex color #9F3C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9F3C04 is #60C3FB. Grayscale: #535353. Windows color (decimal): -6341628 or 277663. OLE color: 277663.
HSL color Cylindrical-coordinate representation of color #9F3C04: hue angle of 21.68º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F3C04 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 60 | 4 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.38 |
| HSL | 21.68º | 0.95% | 0.32% | - |
| HSV(B) | 21.68º | 0.97% | 0.62% | - |
| XYZ | 15.94 | 10.61 | 1.32 | - |
| YUV | 83.22 | 83.3 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 60 | 4 | 0 | 0.62 | 0.97 | 0.38 | 21.68 | 0.95 | 0.32 |
| Hex | 9F | 3C | 4 | 0 | 3E | 61 | 26 | 16 | 5F | 20 |
| Octal | 237 | 74 | 4 | 0 | 76 | 141 | 46 | 26 | 137 | 40 |
| Binary | 10011111 | 111100 | 100 | 0 | 111110 | 1100001 | 100110 | 10110 | 1011111 | 100000 |
Color Harmonies of #9F3C04
Complementary color
Monochromatic Colors of #9F3C04
Black with #9F3C04
Text Example
Text Example
White with #9F3C04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F3C04; }
p { color: rgb(159,60,4); }
H1.HeaderClassName
{
color: #9F3C04;
}
.AnyTagClassName
{
color: #9F3C04;
}
</style>
background-color css
<style>
a { background-color: #9F3C04; }
a { background-color: rgb(159,60,4); }
div.DivClassName
{
background-color: #9F3C04;
}
.BgClassName
{
background-color: #9F3C04;
}
</style>
border-color css
<style>
span { border-color: #9F3C04; }
span { border-color: rgb(159,60,4); }
td.TdClassName
{
border-color: #9F3C04;
}
.TagClassName
{
border-color: #9F3C04;
}
</style>