Shades of Rust #C73D03
Tints of Rust #C73D03
RGB
CMYK
RGB Variations
Color information
#C73D03 (or 0xC73D03) is known color: Rust. HEX triplet: C7, 3D and 03. RGB value is (199,61,3). Sum of RGB (Red+Green+Blue) = 199+61+3=263 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.67% from 263); Green value is 61 (24.22% from 255 or 23.19% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 199 - color contains mainly: red. Hex color #C73D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73D03 is #38C2FC. Grayscale: #606060. Windows color (decimal): -3719933 or 212423. OLE color: 212423.
HSL color Cylindrical-coordinate representation of color #C73D03: hue angle of 17.76º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C73D03 is Cyan = 0, Magento = 0.69, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 61 | 3 | - |
| CMYK | 0 | 0.69 | 0.98 | 0.22 |
| HSL | 17.76º | 0.97% | 0.4% | - |
| HSV(B) | 17.76º | 0.98% | 0.78% | - |
| XYZ | 25.24 | 15.49 | 1.75 | - |
| YUV | 95.65 | 75.72 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 61 | 3 | 0 | 0.69 | 0.98 | 0.22 | 17.76 | 0.97 | 0.4 |
| Hex | C7 | 3D | 3 | 0 | 45 | 62 | 16 | 12 | 61 | 28 |
| Octal | 307 | 75 | 3 | 0 | 105 | 142 | 26 | 22 | 141 | 50 |
| Binary | 11000111 | 111101 | 11 | 0 | 1000101 | 1100010 | 10110 | 10010 | 1100001 | 101000 |
Color Harmonies of #C73D03
Complementary color
Monochromatic Colors of #C73D03
Black with #C73D03
Text Example
Text Example
White with #C73D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73D03; }
p { color: rgb(199,61,3); }
H1.HeaderClassName
{
color: #C73D03;
}
.AnyTagClassName
{
color: #C73D03;
}
</style>
background-color css
<style>
a { background-color: #C73D03; }
a { background-color: rgb(199,61,3); }
div.DivClassName
{
background-color: #C73D03;
}
.BgClassName
{
background-color: #C73D03;
}
</style>
border-color css
<style>
span { border-color: #C73D03; }
span { border-color: rgb(199,61,3); }
td.TdClassName
{
border-color: #C73D03;
}
.TagClassName
{
border-color: #C73D03;
}
</style>