Shades of Rust #C73F02
Tints of Rust #C73F02
RGB
CMYK
RGB Variations
Color information
#C73F02 (or 0xC73F02) is known color: Rust. HEX triplet: C7, 3F and 02. RGB value is (199,63,2). Sum of RGB (Red+Green+Blue) = 199+63+2=264 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.38% from 264); Green value is 63 (25% from 255 or 23.86% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C73F02 is #38C0FD. Grayscale: #616161. Windows color (decimal): -3719422 or 147399. OLE color: 147399.
HSL color Cylindrical-coordinate representation of color #C73F02: hue angle of 18.58º degrees, saturation: 0.98, 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 #C73F02 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 63 | 2 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.22 |
| HSL | 18.58º | 0.98% | 0.39% | - |
| HSV(B) | 18.58º | 0.99% | 0.78% | - |
| XYZ | 25.34 | 15.7 | 1.75 | - |
| YUV | 96.71 | 74.56 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 63 | 2 | 0 | 0.68 | 0.99 | 0.22 | 18.58 | 0.98 | 0.39 |
| Hex | C7 | 3F | 2 | 0 | 44 | 63 | 16 | 13 | 62 | 27 |
| Octal | 307 | 77 | 2 | 0 | 104 | 143 | 26 | 23 | 142 | 47 |
| Binary | 11000111 | 111111 | 10 | 0 | 1000100 | 1100011 | 10110 | 10011 | 1100010 | 100111 |
Color Harmonies of #C73F02
Complementary color
Monochromatic Colors of #C73F02
Black with #C73F02
Text Example
Text Example
White with #C73F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73F02; }
p { color: rgb(199,63,2); }
H1.HeaderClassName
{
color: #C73F02;
}
.AnyTagClassName
{
color: #C73F02;
}
</style>
background-color css
<style>
a { background-color: #C73F02; }
a { background-color: rgb(199,63,2); }
div.DivClassName
{
background-color: #C73F02;
}
.BgClassName
{
background-color: #C73F02;
}
</style>
border-color css
<style>
span { border-color: #C73F02; }
span { border-color: rgb(199,63,2); }
td.TdClassName
{
border-color: #C73F02;
}
.TagClassName
{
border-color: #C73F02;
}
</style>