Shades of Rust #C0410C
Tints of Rust #C0410C
RGB
CMYK
RGB Variations
Color information
#C0410C (or 0xC0410C) is known color: Rust. HEX triplet: C0, 41 and 0C. RGB value is (192,65,12). Sum of RGB (Red+Green+Blue) = 192+65+12=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 65 (25.78% from 255 or 24.16% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C0410C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0410C is #3FBEF3. Grayscale: #616161. Windows color (decimal): -4177652 or 803264. OLE color: 803264.
HSL color Cylindrical-coordinate representation of color #C0410C: hue angle of 17.67º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C0410C is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 12 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.25 |
| HSL | 17.67º | 0.88% | 0.4% | - |
| HSV(B) | 17.67º | 0.94% | 0.75% | - |
| XYZ | 23.69 | 15.01 | 2 | - |
| YUV | 96.93 | 80.08 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 12 | 0 | 0.66 | 0.94 | 0.25 | 17.67 | 0.88 | 0.4 |
| Hex | C0 | 41 | C | 0 | 42 | 5E | 19 | 12 | 58 | 28 |
| Octal | 300 | 101 | 14 | 0 | 102 | 136 | 31 | 22 | 130 | 50 |
| Binary | 11000000 | 1000001 | 1100 | 0 | 1000010 | 1011110 | 11001 | 10010 | 1011000 | 101000 |
Color Harmonies of #C0410C
Complementary color
Monochromatic Colors of #C0410C
Black with #C0410C
Text Example
Text Example
White with #C0410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0410C; }
p { color: rgb(192,65,12); }
H1.HeaderClassName
{
color: #C0410C;
}
.AnyTagClassName
{
color: #C0410C;
}
</style>
background-color css
<style>
a { background-color: #C0410C; }
a { background-color: rgb(192,65,12); }
div.DivClassName
{
background-color: #C0410C;
}
.BgClassName
{
background-color: #C0410C;
}
</style>
border-color css
<style>
span { border-color: #C0410C; }
span { border-color: rgb(192,65,12); }
td.TdClassName
{
border-color: #C0410C;
}
.TagClassName
{
border-color: #C0410C;
}
</style>