Shades of Rust #C24408
Tints of Rust #C24408
RGB
CMYK
RGB Variations
Color information
#C24408 (or 0xC24408) is known color: Rust. HEX triplet: C2, 44 and 08. RGB value is (194,68,8). Sum of RGB (Red+Green+Blue) = 194+68+8=270 (35% of max value = 765). Red value is 194 (76.17% from 255 or 71.85% from 270); Green value is 68 (26.95% from 255 or 25.19% from 270); Blue value is 8 (3.52% from 255 or 2.96% from 270); Max value from RGB is 194 - color contains mainly: red. Hex color #C24408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24408 is #3DBBF7. Grayscale: #636363. Windows color (decimal): -4045816 or 541890. OLE color: 541890.
HSL color Cylindrical-coordinate representation of color #C24408: hue angle of 19.35º 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 #C24408 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.24 |
| HSL | 19.35º | 0.92% | 0.4% | - |
| HSV(B) | 19.35º | 0.96% | 0.76% | - |
| XYZ | 24.36 | 15.62 | 1.96 | - |
| YUV | 98.83 | 76.74 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 8 | 0 | 0.65 | 0.96 | 0.24 | 19.35 | 0.92 | 0.4 |
| Hex | C2 | 44 | 8 | 0 | 41 | 60 | 18 | 13 | 5C | 28 |
| Octal | 302 | 104 | 10 | 0 | 101 | 140 | 30 | 23 | 134 | 50 |
| Binary | 11000010 | 1000100 | 1000 | 0 | 1000001 | 1100000 | 11000 | 10011 | 1011100 | 101000 |
Color Harmonies of #C24408
Complementary color
Monochromatic Colors of #C24408
Black with #C24408
Text Example
Text Example
White with #C24408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24408; }
p { color: rgb(194,68,8); }
H1.HeaderClassName
{
color: #C24408;
}
.AnyTagClassName
{
color: #C24408;
}
</style>
background-color css
<style>
a { background-color: #C24408; }
a { background-color: rgb(194,68,8); }
div.DivClassName
{
background-color: #C24408;
}
.BgClassName
{
background-color: #C24408;
}
</style>
border-color css
<style>
span { border-color: #C24408; }
span { border-color: rgb(194,68,8); }
td.TdClassName
{
border-color: #C24408;
}
.TagClassName
{
border-color: #C24408;
}
</style>