Shades of Rust #C03C01
Tints of Rust #C03C01
RGB
CMYK
RGB Variations
Color information
#C03C01 (or 0xC03C01) is known color: Rust. HEX triplet: C0, 3C and 01. RGB value is (192,60,1). Sum of RGB (Red+Green+Blue) = 192+60+1=253 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75.89% from 253); Green value is 60 (23.83% from 255 or 23.72% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 192 - color contains mainly: red. Hex color #C03C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03C01 is #3FC3FE. Grayscale: #5D5D5D. Windows color (decimal): -4178943 or 81088. OLE color: 81088.
HSL color Cylindrical-coordinate representation of color #C03C01: hue angle of 18.53º degrees, saturation: 0.99, 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 #C03C01 is Cyan = 0, Magento = 0.69, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 1 | - |
| CMYK | 0 | 0.69 | 0.99 | 0.25 |
| HSL | 18.53º | 0.99% | 0.38% | - |
| HSV(B) | 18.53º | 0.99% | 0.75% | - |
| XYZ | 23.36 | 14.44 | 1.58 | - |
| YUV | 92.74 | 76.23 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 1 | 0 | 0.69 | 0.99 | 0.25 | 18.53 | 0.99 | 0.38 |
| Hex | C0 | 3C | 1 | 0 | 45 | 63 | 19 | 13 | 63 | 26 |
| Octal | 300 | 74 | 1 | 0 | 105 | 143 | 31 | 23 | 143 | 46 |
| Binary | 11000000 | 111100 | 1 | 0 | 1000101 | 1100011 | 11001 | 10011 | 1100011 | 100110 |
Color Harmonies of #C03C01
Complementary color
Monochromatic Colors of #C03C01
Black with #C03C01
Text Example
Text Example
White with #C03C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03C01; }
p { color: rgb(192,60,1); }
H1.HeaderClassName
{
color: #C03C01;
}
.AnyTagClassName
{
color: #C03C01;
}
</style>
background-color css
<style>
a { background-color: #C03C01; }
a { background-color: rgb(192,60,1); }
div.DivClassName
{
background-color: #C03C01;
}
.BgClassName
{
background-color: #C03C01;
}
</style>
border-color css
<style>
span { border-color: #C03C01; }
span { border-color: rgb(192,60,1); }
td.TdClassName
{
border-color: #C03C01;
}
.TagClassName
{
border-color: #C03C01;
}
</style>