Shades of Rust #C24D1C
Tints of Rust #C24D1C
RGB
CMYK
RGB Variations
Color information
#C24D1C (or 0xC24D1C) is known color: Rust. HEX triplet: C2, 4D and 1C. RGB value is (194,77,28). Sum of RGB (Red+Green+Blue) = 194+77+28=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C24D1C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C24D1C is #3DB2E3. Grayscale: #6A6A6A. Windows color (decimal): -4043492 or 1854914. OLE color: 1854914.
HSL color Cylindrical-coordinate representation of color #C24D1C: hue angle of 17.71º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C24D1C is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 77 | 28 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.24 |
| HSL | 17.71º | 0.75% | 0.44% | - |
| HSV(B) | 17.71º | 0.86% | 0.76% | - |
| XYZ | 25.11 | 16.86 | 3.03 | - |
| YUV | 106.4 | 83.76 | 190.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 77 | 28 | 0 | 0.60 | 0.86 | 0.24 | 17.71 | 0.75 | 0.44 |
| Hex | C2 | 4D | 1C | 0 | 3C | 56 | 18 | 12 | 4B | 2C |
| Octal | 302 | 115 | 34 | 0 | 74 | 126 | 30 | 22 | 113 | 54 |
| Binary | 11000010 | 1001101 | 11100 | 0 | 111100 | 1010110 | 11000 | 10010 | 1001011 | 101100 |
Color Harmonies of #C24D1C
Complementary color
Monochromatic Colors of #C24D1C
Black with #C24D1C
Text Example
Text Example
White with #C24D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24D1C; }
p { color: rgb(194,77,28); }
H1.HeaderClassName
{
color: #C24D1C;
}
.AnyTagClassName
{
color: #C24D1C;
}
</style>
background-color css
<style>
a { background-color: #C24D1C; }
a { background-color: rgb(194,77,28); }
div.DivClassName
{
background-color: #C24D1C;
}
.BgClassName
{
background-color: #C24D1C;
}
</style>
border-color css
<style>
span { border-color: #C24D1C; }
span { border-color: rgb(194,77,28); }
td.TdClassName
{
border-color: #C24D1C;
}
.TagClassName
{
border-color: #C24D1C;
}
</style>