Shades of Rust #C24110
Tints of Rust #C24110
RGB
CMYK
RGB Variations
Color information
#C24110 (or 0xC24110) is known color: Rust. HEX triplet: C2, 41 and 10. RGB value is (194,65,16). Sum of RGB (Red+Green+Blue) = 194+65+16=275 (36% of max value = 765). Red value is 194 (76.17% from 255 or 70.55% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 16 (6.64% from 255 or 5.82% from 275); Max value from RGB is 194 - color contains mainly: red. Hex color #C24110 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24110 is #3DBEEF. Grayscale: #626262. Windows color (decimal): -4046576 or 1065410. OLE color: 1065410.
HSL color Cylindrical-coordinate representation of color #C24110: hue angle of 16.52º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C24110 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 16 | - |
| CMYK | 0 | 0.66 | 0.92 | 0.24 |
| HSL | 16.52º | 0.85% | 0.41% | - |
| HSV(B) | 16.52º | 0.92% | 0.76% | - |
| XYZ | 24.23 | 15.29 | 2.16 | - |
| YUV | 97.99 | 81.74 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 16 | 0 | 0.66 | 0.92 | 0.24 | 16.52 | 0.85 | 0.41 |
| Hex | C2 | 41 | 10 | 0 | 42 | 5C | 18 | 11 | 55 | 29 |
| Octal | 302 | 101 | 20 | 0 | 102 | 134 | 30 | 21 | 125 | 51 |
| Binary | 11000010 | 1000001 | 10000 | 0 | 1000010 | 1011100 | 11000 | 10001 | 1010101 | 101001 |
Color Harmonies of #C24110
Complementary color
Monochromatic Colors of #C24110
Black with #C24110
Text Example
Text Example
White with #C24110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24110; }
p { color: rgb(194,65,16); }
H1.HeaderClassName
{
color: #C24110;
}
.AnyTagClassName
{
color: #C24110;
}
</style>
background-color css
<style>
a { background-color: #C24110; }
a { background-color: rgb(194,65,16); }
div.DivClassName
{
background-color: #C24110;
}
.BgClassName
{
background-color: #C24110;
}
</style>
border-color css
<style>
span { border-color: #C24110; }
span { border-color: rgb(194,65,16); }
td.TdClassName
{
border-color: #C24110;
}
.TagClassName
{
border-color: #C24110;
}
</style>