Shades of Rust #C73C01
Tints of Rust #C73C01
RGB
CMYK
RGB Variations
Color information
#C73C01 (or 0xC73C01) is known color: Rust. HEX triplet: C7, 3C and 01. RGB value is (199,60,1). Sum of RGB (Red+Green+Blue) = 199+60+1=260 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.54% from 260); Green value is 60 (23.83% from 255 or 23.08% from 260); Blue value is 1 (0.78% from 255 or 0.38% from 260); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73C01 is #38C3FE. Grayscale: #5F5F5F. Windows color (decimal): -3720191 or 81095. OLE color: 81095.
HSL color Cylindrical-coordinate representation of color #C73C01: hue angle of 17.88º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C73C01 is Cyan = 0, Magento = 0.70, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 60 | 1 | - |
| CMYK | 0 | 0.70 | 0.99 | 0.22 |
| HSL | 17.88º | 0.99% | 0.39% | - |
| HSV(B) | 17.88º | 0.99% | 0.78% | - |
| XYZ | 25.17 | 15.38 | 1.67 | - |
| YUV | 94.84 | 75.05 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 1 | 0 | 0.70 | 0.99 | 0.22 | 17.88 | 0.99 | 0.39 |
| Hex | C7 | 3C | 1 | 0 | 46 | 63 | 16 | 12 | 63 | 27 |
| Octal | 307 | 74 | 1 | 0 | 106 | 143 | 26 | 22 | 143 | 47 |
| Binary | 11000111 | 111100 | 1 | 0 | 1000110 | 1100011 | 10110 | 10010 | 1100011 | 100111 |
Color Harmonies of #C73C01
Complementary color
Monochromatic Colors of #C73C01
Black with #C73C01
Text Example
Text Example
White with #C73C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73C01; }
p { color: rgb(199,60,1); }
H1.HeaderClassName
{
color: #C73C01;
}
.AnyTagClassName
{
color: #C73C01;
}
</style>
background-color css
<style>
a { background-color: #C73C01; }
a { background-color: rgb(199,60,1); }
div.DivClassName
{
background-color: #C73C01;
}
.BgClassName
{
background-color: #C73C01;
}
</style>
border-color css
<style>
span { border-color: #C73C01; }
span { border-color: rgb(199,60,1); }
td.TdClassName
{
border-color: #C73C01;
}
.TagClassName
{
border-color: #C73C01;
}
</style>