Shades of Rust #C0441D
Tints of Rust #C0441D
RGB
CMYK
RGB Variations
Color information
#C0441D (or 0xC0441D) is known color: Rust. HEX triplet: C0, 44 and 1D. RGB value is (192,68,29). Sum of RGB (Red+Green+Blue) = 192+68+29=289 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.44% from 289); Green value is 68 (26.95% from 255 or 23.53% from 289); Blue value is 29 (11.72% from 255 or 10.03% from 289); Max value from RGB is 192 - color contains mainly: red. Hex color #C0441D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0441D is #3FBBE2. Grayscale: #646464. Windows color (decimal): -4176867 or 1918144. OLE color: 1918144.
HSL color Cylindrical-coordinate representation of color #C0441D: hue angle of 14.36º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C0441D is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 29 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.25 |
| HSL | 14.36º | 0.74% | 0.43% | - |
| HSV(B) | 14.36º | 0.85% | 0.75% | - |
| XYZ | 24.03 | 15.43 | 2.87 | - |
| YUV | 100.63 | 87.58 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 29 | 0 | 0.65 | 0.85 | 0.25 | 14.36 | 0.74 | 0.43 |
| Hex | C0 | 44 | 1D | 0 | 41 | 55 | 19 | E | 4A | 2B |
| Octal | 300 | 104 | 35 | 0 | 101 | 125 | 31 | 16 | 112 | 53 |
| Binary | 11000000 | 1000100 | 11101 | 0 | 1000001 | 1010101 | 11001 | 1110 | 1001010 | 101011 |
Color Harmonies of #C0441D
Complementary color
Monochromatic Colors of #C0441D
Black with #C0441D
Text Example
Text Example
White with #C0441D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0441D; }
p { color: rgb(192,68,29); }
H1.HeaderClassName
{
color: #C0441D;
}
.AnyTagClassName
{
color: #C0441D;
}
</style>
background-color css
<style>
a { background-color: #C0441D; }
a { background-color: rgb(192,68,29); }
div.DivClassName
{
background-color: #C0441D;
}
.BgClassName
{
background-color: #C0441D;
}
</style>
border-color css
<style>
span { border-color: #C0441D; }
span { border-color: rgb(192,68,29); }
td.TdClassName
{
border-color: #C0441D;
}
.TagClassName
{
border-color: #C0441D;
}
</style>