Shades of Rust #C0410F
Tints of Rust #C0410F
RGB
CMYK
RGB Variations
Color information
#C0410F (or 0xC0410F) is known color: Rust. HEX triplet: C0, 41 and 0F. RGB value is (192,65,15). Sum of RGB (Red+Green+Blue) = 192+65+15=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C0410F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C0410F is #3FBEF0. Grayscale: #616161. Windows color (decimal): -4177649 or 999872. OLE color: 999872.
HSL color Cylindrical-coordinate representation of color #C0410F: hue angle of 16.95º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C0410F is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 15 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.25 |
| HSL | 16.95º | 0.86% | 0.41% | - |
| HSV(B) | 16.95º | 0.92% | 0.75% | - |
| XYZ | 23.71 | 15.02 | 2.1 | - |
| YUV | 97.27 | 81.58 | 195.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 15 | 0 | 0.66 | 0.92 | 0.25 | 16.95 | 0.86 | 0.41 |
| Hex | C0 | 41 | F | 0 | 42 | 5C | 19 | 11 | 56 | 29 |
| Octal | 300 | 101 | 17 | 0 | 102 | 134 | 31 | 21 | 126 | 51 |
| Binary | 11000000 | 1000001 | 1111 | 0 | 1000010 | 1011100 | 11001 | 10001 | 1010110 | 101001 |
Color Harmonies of #C0410F
Complementary color
Monochromatic Colors of #C0410F
Black with #C0410F
Text Example
Text Example
White with #C0410F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0410F; }
p { color: rgb(192,65,15); }
H1.HeaderClassName
{
color: #C0410F;
}
.AnyTagClassName
{
color: #C0410F;
}
</style>
background-color css
<style>
a { background-color: #C0410F; }
a { background-color: rgb(192,65,15); }
div.DivClassName
{
background-color: #C0410F;
}
.BgClassName
{
background-color: #C0410F;
}
</style>
border-color css
<style>
span { border-color: #C0410F; }
span { border-color: rgb(192,65,15); }
td.TdClassName
{
border-color: #C0410F;
}
.TagClassName
{
border-color: #C0410F;
}
</style>