Shades of Rust #C73B00
Tints of Rust #C73B00
RGB
CMYK
RGB Variations
Color information
#C73B00 (or 0xC73B00) is known color: Rust. HEX triplet: C7, 3B and 00. RGB value is (199,59,0). Sum of RGB (Red+Green+Blue) = 199+59+0=258 (34% of max value = 765). Red value is 199 (78.12% from 255 or 77.13% from 258); Green value is 59 (23.44% from 255 or 22.87% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73B00 is #38C4FF. Grayscale: #5E5E5E. Windows color (decimal): -3720448 or 15303. OLE color: 15303.
HSL color Cylindrical-coordinate representation of color #C73B00: hue angle of 17.79º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C73B00 is Cyan = 0, Magento = 0.70, Yellow = 1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 59 | 0 | - |
| CMYK | 0 | 0.70 | 1 | 0.22 |
| HSL | 17.79º | 1% | 0.39% | - |
| HSV(B) | 17.79º | 1% | 0.78% | - |
| XYZ | 25.12 | 15.27 | 1.62 | - |
| YUV | 94.13 | 74.88 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 0 | 0 | 0.70 | 1 | 0.22 | 17.79 | 1 | 0.39 |
| Hex | C7 | 3B | 0 | 0 | 46 | 64 | 16 | 12 | 64 | 27 |
| Octal | 307 | 73 | 0 | 0 | 106 | 144 | 26 | 22 | 144 | 47 |
| Binary | 11000111 | 111011 | 0 | 0 | 1000110 | 1100100 | 10110 | 10010 | 1100100 | 100111 |
Color Harmonies of #C73B00
Complementary color
Monochromatic Colors of #C73B00
Black with #C73B00
Text Example
Text Example
White with #C73B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73B00; }
p { color: rgb(199,59,0); }
H1.HeaderClassName
{
color: #C73B00;
}
.AnyTagClassName
{
color: #C73B00;
}
</style>
background-color css
<style>
a { background-color: #C73B00; }
a { background-color: rgb(199,59,0); }
div.DivClassName
{
background-color: #C73B00;
}
.BgClassName
{
background-color: #C73B00;
}
</style>
border-color css
<style>
span { border-color: #C73B00; }
span { border-color: rgb(199,59,0); }
td.TdClassName
{
border-color: #C73B00;
}
.TagClassName
{
border-color: #C73B00;
}
</style>