Shades of Rust #C73F06
Tints of Rust #C73F06
RGB
CMYK
RGB Variations
Color information
#C73F06 (or 0xC73F06) is known color: Rust. HEX triplet: C7, 3F and 06. RGB value is (199,63,6). Sum of RGB (Red+Green+Blue) = 199+63+6=268 (35% of max value = 765). Red value is 199 (78.12% from 255 or 74.25% from 268); Green value is 63 (25% from 255 or 23.51% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73F06 is #38C0F9. Grayscale: #616161. Windows color (decimal): -3719418 or 409543. OLE color: 409543.
HSL color Cylindrical-coordinate representation of color #C73F06: hue angle of 17.72º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C73F06 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 63 | 6 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.22 |
| HSL | 17.72º | 0.94% | 0.4% | - |
| HSV(B) | 17.72º | 0.97% | 0.78% | - |
| XYZ | 25.36 | 15.71 | 1.87 | - |
| YUV | 97.17 | 76.56 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 63 | 6 | 0 | 0.68 | 0.97 | 0.22 | 17.72 | 0.94 | 0.4 |
| Hex | C7 | 3F | 6 | 0 | 44 | 61 | 16 | 12 | 5E | 28 |
| Octal | 307 | 77 | 6 | 0 | 104 | 141 | 26 | 22 | 136 | 50 |
| Binary | 11000111 | 111111 | 110 | 0 | 1000100 | 1100001 | 10110 | 10010 | 1011110 | 101000 |
Color Harmonies of #C73F06
Complementary color
Monochromatic Colors of #C73F06
Black with #C73F06
Text Example
Text Example
White with #C73F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73F06; }
p { color: rgb(199,63,6); }
H1.HeaderClassName
{
color: #C73F06;
}
.AnyTagClassName
{
color: #C73F06;
}
</style>
background-color css
<style>
a { background-color: #C73F06; }
a { background-color: rgb(199,63,6); }
div.DivClassName
{
background-color: #C73F06;
}
.BgClassName
{
background-color: #C73F06;
}
</style>
border-color css
<style>
span { border-color: #C73F06; }
span { border-color: rgb(199,63,6); }
td.TdClassName
{
border-color: #C73F06;
}
.TagClassName
{
border-color: #C73F06;
}
</style>