Shades of Rust #C0441E
Tints of Rust #C0441E
RGB
CMYK
RGB Variations
Color information
#C0441E (or 0xC0441E) is known color: Rust. HEX triplet: C0, 44 and 1E. RGB value is (192,68,30). Sum of RGB (Red+Green+Blue) = 192+68+30=290 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.21% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 192 - color contains mainly: red. Hex color #C0441E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0441E is #3FBBE1. Grayscale: #656565. Windows color (decimal): -4176866 or 1983680. OLE color: 1983680.
HSL color Cylindrical-coordinate representation of color #C0441E: hue angle of 14.07º 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 #C0441E is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 30 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.25 |
| HSL | 14.07º | 0.73% | 0.44% | - |
| HSV(B) | 14.07º | 0.84% | 0.75% | - |
| XYZ | 24.04 | 15.43 | 2.94 | - |
| YUV | 100.74 | 88.08 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 30 | 0 | 0.65 | 0.84 | 0.25 | 14.07 | 0.73 | 0.44 |
| Hex | C0 | 44 | 1E | 0 | 41 | 54 | 19 | E | 49 | 2C |
| Octal | 300 | 104 | 36 | 0 | 101 | 124 | 31 | 16 | 111 | 54 |
| Binary | 11000000 | 1000100 | 11110 | 0 | 1000001 | 1010100 | 11001 | 1110 | 1001001 | 101100 |
Color Harmonies of #C0441E
Complementary color
Monochromatic Colors of #C0441E
Black with #C0441E
Text Example
Text Example
White with #C0441E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0441E; }
p { color: rgb(192,68,30); }
H1.HeaderClassName
{
color: #C0441E;
}
.AnyTagClassName
{
color: #C0441E;
}
</style>
background-color css
<style>
a { background-color: #C0441E; }
a { background-color: rgb(192,68,30); }
div.DivClassName
{
background-color: #C0441E;
}
.BgClassName
{
background-color: #C0441E;
}
</style>
border-color css
<style>
span { border-color: #C0441E; }
span { border-color: rgb(192,68,30); }
td.TdClassName
{
border-color: #C0441E;
}
.TagClassName
{
border-color: #C0441E;
}
</style>