Shades of Rust #C24108
Tints of Rust #C24108
RGB
CMYK
RGB Variations
Color information
#C24108 (or 0xC24108) is known color: Rust. HEX triplet: C2, 41 and 08. RGB value is (194,65,8). Sum of RGB (Red+Green+Blue) = 194+65+8=267 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.66% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 194 - color contains mainly: red. Hex color #C24108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24108 is #3DBEF7. Grayscale: #616161. Windows color (decimal): -4046584 or 541122. OLE color: 541122.
HSL color Cylindrical-coordinate representation of color #C24108: hue angle of 18.39º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C24108 is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 8 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.24 |
| HSL | 18.39º | 0.92% | 0.4% | - |
| HSV(B) | 18.39º | 0.96% | 0.76% | - |
| XYZ | 24.18 | 15.27 | 1.9 | - |
| YUV | 97.07 | 77.74 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 8 | 0 | 0.66 | 0.96 | 0.24 | 18.39 | 0.92 | 0.4 |
| Hex | C2 | 41 | 8 | 0 | 42 | 60 | 18 | 12 | 5C | 28 |
| Octal | 302 | 101 | 10 | 0 | 102 | 140 | 30 | 22 | 134 | 50 |
| Binary | 11000010 | 1000001 | 1000 | 0 | 1000010 | 1100000 | 11000 | 10010 | 1011100 | 101000 |
Color Harmonies of #C24108
Complementary color
Monochromatic Colors of #C24108
Black with #C24108
Text Example
Text Example
White with #C24108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24108; }
p { color: rgb(194,65,8); }
H1.HeaderClassName
{
color: #C24108;
}
.AnyTagClassName
{
color: #C24108;
}
</style>
background-color css
<style>
a { background-color: #C24108; }
a { background-color: rgb(194,65,8); }
div.DivClassName
{
background-color: #C24108;
}
.BgClassName
{
background-color: #C24108;
}
</style>
border-color css
<style>
span { border-color: #C24108; }
span { border-color: rgb(194,65,8); }
td.TdClassName
{
border-color: #C24108;
}
.TagClassName
{
border-color: #C24108;
}
</style>