Shades of Rust #C03D09
Tints of Rust #C03D09
RGB
CMYK
RGB Variations
Color information
#C03D09 (or 0xC03D09) is known color: Rust. HEX triplet: C0, 3D and 09. RGB value is (192,61,9). Sum of RGB (Red+Green+Blue) = 192+61+9=262 (34% of max value = 765). Red value is 192 (75.39% from 255 or 73.28% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 9 (3.91% from 255 or 3.44% from 262); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03D09 is #3FC2F6. Grayscale: #5E5E5E. Windows color (decimal): -4178679 or 605632. OLE color: 605632.
HSL color Cylindrical-coordinate representation of color #C03D09: hue angle of 17.05º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C03D09 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 9 | - |
| CMYK | 0 | 0.68 | 0.95 | 0.25 |
| HSL | 17.05º | 0.91% | 0.39% | - |
| HSV(B) | 17.05º | 0.95% | 0.75% | - |
| XYZ | 23.46 | 14.56 | 1.83 | - |
| YUV | 94.24 | 79.9 | 197.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 9 | 0 | 0.68 | 0.95 | 0.25 | 17.05 | 0.91 | 0.39 |
| Hex | C0 | 3D | 9 | 0 | 44 | 5F | 19 | 11 | 5B | 27 |
| Octal | 300 | 75 | 11 | 0 | 104 | 137 | 31 | 21 | 133 | 47 |
| Binary | 11000000 | 111101 | 1001 | 0 | 1000100 | 1011111 | 11001 | 10001 | 1011011 | 100111 |
Color Harmonies of #C03D09
Complementary color
Monochromatic Colors of #C03D09
Black with #C03D09
Text Example
Text Example
White with #C03D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D09; }
p { color: rgb(192,61,9); }
H1.HeaderClassName
{
color: #C03D09;
}
.AnyTagClassName
{
color: #C03D09;
}
</style>
background-color css
<style>
a { background-color: #C03D09; }
a { background-color: rgb(192,61,9); }
div.DivClassName
{
background-color: #C03D09;
}
.BgClassName
{
background-color: #C03D09;
}
</style>
border-color css
<style>
span { border-color: #C03D09; }
span { border-color: rgb(192,61,9); }
td.TdClassName
{
border-color: #C03D09;
}
.TagClassName
{
border-color: #C03D09;
}
</style>