Shades of Rust #C03C02
Tints of Rust #C03C02
RGB
CMYK
RGB Variations
Color information
#C03C02 (or 0xC03C02) is known color: Rust. HEX triplet: C0, 3C and 02. RGB value is (192,60,2). Sum of RGB (Red+Green+Blue) = 192+60+2=254 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.59% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03C02 is #3FC3FD. Grayscale: #5D5D5D. Windows color (decimal): -4178942 or 146624. OLE color: 146624.
HSL color Cylindrical-coordinate representation of color #C03C02: hue angle of 18.32º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C03C02 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 2 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.25 |
| HSL | 18.32º | 0.98% | 0.38% | - |
| HSV(B) | 18.32º | 0.99% | 0.75% | - |
| XYZ | 23.37 | 14.44 | 1.61 | - |
| YUV | 92.86 | 76.73 | 198.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 2 | 0 | 0.69 | 0.99 | 0.25 | 18.32 | 0.98 | 0.38 |
| Hex | C0 | 3C | 2 | 0 | 45 | 63 | 19 | 12 | 62 | 26 |
| Octal | 300 | 74 | 2 | 0 | 105 | 143 | 31 | 22 | 142 | 46 |
| Binary | 11000000 | 111100 | 10 | 0 | 1000101 | 1100011 | 11001 | 10010 | 1100010 | 100110 |
Color Harmonies of #C03C02
Complementary color
Monochromatic Colors of #C03C02
Black with #C03C02
Text Example
Text Example
White with #C03C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03C02; }
p { color: rgb(192,60,2); }
H1.HeaderClassName
{
color: #C03C02;
}
.AnyTagClassName
{
color: #C03C02;
}
</style>
background-color css
<style>
a { background-color: #C03C02; }
a { background-color: rgb(192,60,2); }
div.DivClassName
{
background-color: #C03C02;
}
.BgClassName
{
background-color: #C03C02;
}
</style>
border-color css
<style>
span { border-color: #C03C02; }
span { border-color: rgb(192,60,2); }
td.TdClassName
{
border-color: #C03C02;
}
.TagClassName
{
border-color: #C03C02;
}
</style>