Shades of Rust #C0421E
Tints of Rust #C0421E
RGB
CMYK
RGB Variations
Color information
#C0421E (or 0xC0421E) is known color: Rust. HEX triplet: C0, 42 and 1E. RGB value is (192,66,30). Sum of RGB (Red+Green+Blue) = 192+66+30=288 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.67% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 192 - color contains mainly: red. Hex color #C0421E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0421E is #3FBDE1. Grayscale: #636363. Windows color (decimal): -4177378 or 1983168. OLE color: 1983168.
HSL color Cylindrical-coordinate representation of color #C0421E: hue angle of 13.33º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0421E is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 66 | 30 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.25 |
| HSL | 13.33º | 0.73% | 0.44% | - |
| HSV(B) | 13.33º | 0.84% | 0.75% | - |
| XYZ | 23.92 | 15.2 | 2.9 | - |
| YUV | 99.57 | 88.74 | 193.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 66 | 30 | 0 | 0.66 | 0.84 | 0.25 | 13.33 | 0.73 | 0.44 |
| Hex | C0 | 42 | 1E | 0 | 42 | 54 | 19 | D | 49 | 2C |
| Octal | 300 | 102 | 36 | 0 | 102 | 124 | 31 | 15 | 111 | 54 |
| Binary | 11000000 | 1000010 | 11110 | 0 | 1000010 | 1010100 | 11001 | 1101 | 1001001 | 101100 |
Color Harmonies of #C0421E
Complementary color
Monochromatic Colors of #C0421E
Black with #C0421E
Text Example
Text Example
White with #C0421E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0421E; }
p { color: rgb(192,66,30); }
H1.HeaderClassName
{
color: #C0421E;
}
.AnyTagClassName
{
color: #C0421E;
}
</style>
background-color css
<style>
a { background-color: #C0421E; }
a { background-color: rgb(192,66,30); }
div.DivClassName
{
background-color: #C0421E;
}
.BgClassName
{
background-color: #C0421E;
}
</style>
border-color css
<style>
span { border-color: #C0421E; }
span { border-color: rgb(192,66,30); }
td.TdClassName
{
border-color: #C0421E;
}
.TagClassName
{
border-color: #C0421E;
}
</style>