Shades of Rust #C03E08
Tints of Rust #C03E08
RGB
CMYK
RGB Variations
Color information
#C03E08 (or 0xC03E08) is known color: Rust. HEX triplet: C0, 3E and 08. RGB value is (192,62,8). Sum of RGB (Red+Green+Blue) = 192+62+8=262 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.28% from 262); Green value is 62 (24.61% from 255 or 23.66% from 262); Blue value is 8 (3.52% from 255 or 3.05% from 262); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03E08 is #3FC1F7. Grayscale: #5F5F5F. Windows color (decimal): -4178424 or 540352. OLE color: 540352.
HSL color Cylindrical-coordinate representation of color #C03E08: hue angle of 17.61º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C03E08 is Cyan = 0, Magento = 0.68, Yellow = 0.96 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 8 | - |
| CMYK | 0 | 0.68 | 0.96 | 0.25 |
| HSL | 17.61º | 0.92% | 0.39% | - |
| HSV(B) | 17.61º | 0.96% | 0.75% | - |
| XYZ | 23.5 | 14.67 | 1.82 | - |
| YUV | 94.71 | 79.07 | 197.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 8 | 0 | 0.68 | 0.96 | 0.25 | 17.61 | 0.92 | 0.39 |
| Hex | C0 | 3E | 8 | 0 | 44 | 60 | 19 | 12 | 5C | 27 |
| Octal | 300 | 76 | 10 | 0 | 104 | 140 | 31 | 22 | 134 | 47 |
| Binary | 11000000 | 111110 | 1000 | 0 | 1000100 | 1100000 | 11001 | 10010 | 1011100 | 100111 |
Color Harmonies of #C03E08
Complementary color
Monochromatic Colors of #C03E08
Black with #C03E08
Text Example
Text Example
White with #C03E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03E08; }
p { color: rgb(192,62,8); }
H1.HeaderClassName
{
color: #C03E08;
}
.AnyTagClassName
{
color: #C03E08;
}
</style>
background-color css
<style>
a { background-color: #C03E08; }
a { background-color: rgb(192,62,8); }
div.DivClassName
{
background-color: #C03E08;
}
.BgClassName
{
background-color: #C03E08;
}
</style>
border-color css
<style>
span { border-color: #C03E08; }
span { border-color: rgb(192,62,8); }
td.TdClassName
{
border-color: #C03E08;
}
.TagClassName
{
border-color: #C03E08;
}
</style>