Shades of Rust #C24914
Tints of Rust #C24914
RGB
CMYK
RGB Variations
Color information
#C24914 (or 0xC24914) is known color: Rust. HEX triplet: C2, 49 and 14. RGB value is (194,73,20). Sum of RGB (Red+Green+Blue) = 194+73+20=287 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.60% from 287); Green value is 73 (28.91% from 255 or 25.44% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 194 - color contains mainly: red. Hex color #C24914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24914 is #3DB6EB. Grayscale: #676767. Windows color (decimal): -4044524 or 1329602. OLE color: 1329602.
HSL color Cylindrical-coordinate representation of color #C24914: hue angle of 18.28º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C24914 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 73 | 20 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.24 |
| HSL | 18.28º | 0.81% | 0.42% | - |
| HSV(B) | 18.28º | 0.9% | 0.76% | - |
| XYZ | 24.76 | 16.28 | 2.5 | - |
| YUV | 103.14 | 81.09 | 192.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 73 | 20 | 0 | 0.62 | 0.90 | 0.24 | 18.28 | 0.81 | 0.42 |
| Hex | C2 | 49 | 14 | 0 | 3E | 5A | 18 | 12 | 51 | 2A |
| Octal | 302 | 111 | 24 | 0 | 76 | 132 | 30 | 22 | 121 | 52 |
| Binary | 11000010 | 1001001 | 10100 | 0 | 111110 | 1011010 | 11000 | 10010 | 1010001 | 101010 |
Color Harmonies of #C24914
Complementary color
Monochromatic Colors of #C24914
Black with #C24914
Text Example
Text Example
White with #C24914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24914; }
p { color: rgb(194,73,20); }
H1.HeaderClassName
{
color: #C24914;
}
.AnyTagClassName
{
color: #C24914;
}
</style>
background-color css
<style>
a { background-color: #C24914; }
a { background-color: rgb(194,73,20); }
div.DivClassName
{
background-color: #C24914;
}
.BgClassName
{
background-color: #C24914;
}
</style>
border-color css
<style>
span { border-color: #C24914; }
span { border-color: rgb(194,73,20); }
td.TdClassName
{
border-color: #C24914;
}
.TagClassName
{
border-color: #C24914;
}
</style>