Shades of Rust #C24105
Tints of Rust #C24105
RGB
CMYK
RGB Variations
Color information
#C24105 (or 0xC24105) is known color: Rust. HEX triplet: C2, 41 and 05. RGB value is (194,65,5). Sum of RGB (Red+Green+Blue) = 194+65+5=264 (34% of max value = 765). Red value is 194 (76.17% from 255 or 73.48% from 264); Green value is 65 (25.78% from 255 or 24.62% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 194 - color contains mainly: red. Hex color #C24105 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24105 is #3DBEFA. Grayscale: #616161. Windows color (decimal): -4046587 or 344514. OLE color: 344514.
HSL color Cylindrical-coordinate representation of color #C24105: hue angle of 19.05º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C24105 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 5 | - |
| CMYK | 0 | 0.66 | 0.97 | 0.24 |
| HSL | 19.05º | 0.95% | 0.39% | - |
| HSV(B) | 19.05º | 0.97% | 0.76% | - |
| XYZ | 24.17 | 15.26 | 1.82 | - |
| YUV | 96.73 | 76.24 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 5 | 0 | 0.66 | 0.97 | 0.24 | 19.05 | 0.95 | 0.39 |
| Hex | C2 | 41 | 5 | 0 | 42 | 61 | 18 | 13 | 5F | 27 |
| Octal | 302 | 101 | 5 | 0 | 102 | 141 | 30 | 23 | 137 | 47 |
| Binary | 11000010 | 1000001 | 101 | 0 | 1000010 | 1100001 | 11000 | 10011 | 1011111 | 100111 |
Color Harmonies of #C24105
Complementary color
Monochromatic Colors of #C24105
Black with #C24105
Text Example
Text Example
White with #C24105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24105; }
p { color: rgb(194,65,5); }
H1.HeaderClassName
{
color: #C24105;
}
.AnyTagClassName
{
color: #C24105;
}
</style>
background-color css
<style>
a { background-color: #C24105; }
a { background-color: rgb(194,65,5); }
div.DivClassName
{
background-color: #C24105;
}
.BgClassName
{
background-color: #C24105;
}
</style>
border-color css
<style>
span { border-color: #C24105; }
span { border-color: rgb(194,65,5); }
td.TdClassName
{
border-color: #C24105;
}
.TagClassName
{
border-color: #C24105;
}
</style>