Shades of Rust #C03E17
Tints of Rust #C03E17
RGB
CMYK
RGB Variations
Color information
#C03E17 (or 0xC03E17) is known color: Rust. HEX triplet: C0, 3E and 17. RGB value is (192,62,23). Sum of RGB (Red+Green+Blue) = 192+62+23=277 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.31% from 277); Green value is 62 (24.61% from 255 or 22.38% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03E17 is #3FC1E8. Grayscale: #606060. Windows color (decimal): -4178409 or 1523392. OLE color: 1523392.
HSL color Cylindrical-coordinate representation of color #C03E17: hue angle of 13.85º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C03E17 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 23 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.25 |
| HSL | 13.85º | 0.79% | 0.42% | - |
| HSV(B) | 13.85º | 0.88% | 0.75% | - |
| XYZ | 23.62 | 14.71 | 2.41 | - |
| YUV | 96.42 | 86.57 | 196.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 23 | 0 | 0.68 | 0.88 | 0.25 | 13.85 | 0.79 | 0.42 |
| Hex | C0 | 3E | 17 | 0 | 44 | 58 | 19 | E | 4F | 2A |
| Octal | 300 | 76 | 27 | 0 | 104 | 130 | 31 | 16 | 117 | 52 |
| Binary | 11000000 | 111110 | 10111 | 0 | 1000100 | 1011000 | 11001 | 1110 | 1001111 | 101010 |
Color Harmonies of #C03E17
Complementary color
Monochromatic Colors of #C03E17
Black with #C03E17
Text Example
Text Example
White with #C03E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03E17; }
p { color: rgb(192,62,23); }
H1.HeaderClassName
{
color: #C03E17;
}
.AnyTagClassName
{
color: #C03E17;
}
</style>
background-color css
<style>
a { background-color: #C03E17; }
a { background-color: rgb(192,62,23); }
div.DivClassName
{
background-color: #C03E17;
}
.BgClassName
{
background-color: #C03E17;
}
</style>
border-color css
<style>
span { border-color: #C03E17; }
span { border-color: rgb(192,62,23); }
td.TdClassName
{
border-color: #C03E17;
}
.TagClassName
{
border-color: #C03E17;
}
</style>