Shades of Rust #C24314
Tints of Rust #C24314
RGB
CMYK
RGB Variations
Color information
#C24314 (or 0xC24314) is known color: Rust. HEX triplet: C2, 43 and 14. RGB value is (194,67,20). Sum of RGB (Red+Green+Blue) = 194+67+20=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C24314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24314 is #3DBCEB. Grayscale: #636363. Windows color (decimal): -4046060 or 1328066. OLE color: 1328066.
HSL color Cylindrical-coordinate representation of color #C24314: hue angle of 16.21º 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 #C24314 is Cyan = 0, Magento = 0.65, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 20 | - |
| CMYK | 0 | 0.65 | 0.90 | 0.24 |
| HSL | 16.21º | 0.81% | 0.42% | - |
| HSV(B) | 16.21º | 0.9% | 0.76% | - |
| XYZ | 24.38 | 15.53 | 2.38 | - |
| YUV | 99.62 | 83.08 | 195.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 20 | 0 | 0.65 | 0.90 | 0.24 | 16.21 | 0.81 | 0.42 |
| Hex | C2 | 43 | 14 | 0 | 41 | 5A | 18 | 10 | 51 | 2A |
| Octal | 302 | 103 | 24 | 0 | 101 | 132 | 30 | 20 | 121 | 52 |
| Binary | 11000010 | 1000011 | 10100 | 0 | 1000001 | 1011010 | 11000 | 10000 | 1010001 | 101010 |
Color Harmonies of #C24314
Complementary color
Monochromatic Colors of #C24314
Black with #C24314
Text Example
Text Example
White with #C24314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24314; }
p { color: rgb(194,67,20); }
H1.HeaderClassName
{
color: #C24314;
}
.AnyTagClassName
{
color: #C24314;
}
</style>
background-color css
<style>
a { background-color: #C24314; }
a { background-color: rgb(194,67,20); }
div.DivClassName
{
background-color: #C24314;
}
.BgClassName
{
background-color: #C24314;
}
</style>
border-color css
<style>
span { border-color: #C24314; }
span { border-color: rgb(194,67,20); }
td.TdClassName
{
border-color: #C24314;
}
.TagClassName
{
border-color: #C24314;
}
</style>