Shades of Rust #C24113
Tints of Rust #C24113
RGB
CMYK
RGB Variations
Color information
#C24113 (or 0xC24113) is known color: Rust. HEX triplet: C2, 41 and 13. RGB value is (194,65,19). Sum of RGB (Red+Green+Blue) = 194+65+19=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 65 (25.78% from 255 or 23.38% from 278); Blue value is 19 (7.81% from 255 or 6.83% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C24113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24113 is #3DBEEC. Grayscale: #626262. Windows color (decimal): -4046573 or 1262018. OLE color: 1262018.
HSL color Cylindrical-coordinate representation of color #C24113: hue angle of 15.77º degrees, saturation: 0.82, 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 #C24113 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 19 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.24 |
| HSL | 15.77º | 0.82% | 0.42% | - |
| HSV(B) | 15.77º | 0.9% | 0.76% | - |
| XYZ | 24.26 | 15.3 | 2.29 | - |
| YUV | 98.33 | 83.24 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 19 | 0 | 0.66 | 0.90 | 0.24 | 15.77 | 0.82 | 0.42 |
| Hex | C2 | 41 | 13 | 0 | 42 | 5A | 18 | 10 | 52 | 2A |
| Octal | 302 | 101 | 23 | 0 | 102 | 132 | 30 | 20 | 122 | 52 |
| Binary | 11000010 | 1000001 | 10011 | 0 | 1000010 | 1011010 | 11000 | 10000 | 1010010 | 101010 |
Color Harmonies of #C24113
Complementary color
Monochromatic Colors of #C24113
Black with #C24113
Text Example
Text Example
White with #C24113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24113; }
p { color: rgb(194,65,19); }
H1.HeaderClassName
{
color: #C24113;
}
.AnyTagClassName
{
color: #C24113;
}
</style>
background-color css
<style>
a { background-color: #C24113; }
a { background-color: rgb(194,65,19); }
div.DivClassName
{
background-color: #C24113;
}
.BgClassName
{
background-color: #C24113;
}
</style>
border-color css
<style>
span { border-color: #C24113; }
span { border-color: rgb(194,65,19); }
td.TdClassName
{
border-color: #C24113;
}
.TagClassName
{
border-color: #C24113;
}
</style>