Shades of Rust #C03D03
Tints of Rust #C03D03
RGB
CMYK
RGB Variations
Color information
#C03D03 (or 0xC03D03) is known color: Rust. HEX triplet: C0, 3D and 03. RGB value is (192,61,3). Sum of RGB (Red+Green+Blue) = 192+61+3=256 (33% of max value = 765). Red value is 192 (75.39% from 255 or 75% from 256); Green value is 61 (24.22% from 255 or 23.83% from 256); Blue value is 3 (1.56% from 255 or 1.17% from 256); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03D03 is #3FC2FC. Grayscale: #5D5D5D. Windows color (decimal): -4178685 or 212416. OLE color: 212416.
HSL color Cylindrical-coordinate representation of color #C03D03: hue angle of 18.41º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C03D03 is Cyan = 0, Magento = 0.68, Yellow = 0.98 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 3 | - |
| CMYK | 0 | 0.68 | 0.98 | 0.25 |
| HSL | 18.41º | 0.97% | 0.38% | - |
| HSV(B) | 18.41º | 0.98% | 0.75% | - |
| XYZ | 23.42 | 14.55 | 1.66 | - |
| YUV | 93.56 | 76.9 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 3 | 0 | 0.68 | 0.98 | 0.25 | 18.41 | 0.97 | 0.38 |
| Hex | C0 | 3D | 3 | 0 | 44 | 62 | 19 | 12 | 61 | 26 |
| Octal | 300 | 75 | 3 | 0 | 104 | 142 | 31 | 22 | 141 | 46 |
| Binary | 11000000 | 111101 | 11 | 0 | 1000100 | 1100010 | 11001 | 10010 | 1100001 | 100110 |
Color Harmonies of #C03D03
Complementary color
Monochromatic Colors of #C03D03
Black with #C03D03
Text Example
Text Example
White with #C03D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D03; }
p { color: rgb(192,61,3); }
H1.HeaderClassName
{
color: #C03D03;
}
.AnyTagClassName
{
color: #C03D03;
}
</style>
background-color css
<style>
a { background-color: #C03D03; }
a { background-color: rgb(192,61,3); }
div.DivClassName
{
background-color: #C03D03;
}
.BgClassName
{
background-color: #C03D03;
}
</style>
border-color css
<style>
span { border-color: #C03D03; }
span { border-color: rgb(192,61,3); }
td.TdClassName
{
border-color: #C03D03;
}
.TagClassName
{
border-color: #C03D03;
}
</style>