Shades of Rust #C24B14
Tints of Rust #C24B14
RGB
CMYK
RGB Variations
Color information
#C24B14 (or 0xC24B14) is known color: Rust. HEX triplet: C2, 4B and 14. RGB value is (194,75,20). Sum of RGB (Red+Green+Blue) = 194+75+20=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 75 (29.69% from 255 or 25.95% from 289); Blue value is 20 (8.20% from 255 or 6.92% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24B14 is #3DB4EB. Grayscale: #686868. Windows color (decimal): -4044012 or 1330114. OLE color: 1330114.
HSL color Cylindrical-coordinate representation of color #C24B14: hue angle of 18.97º 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 #C24B14 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 20 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.24 |
| HSL | 18.97º | 0.81% | 0.42% | - |
| HSV(B) | 18.97º | 0.9% | 0.76% | - |
| XYZ | 24.89 | 16.55 | 2.54 | - |
| YUV | 104.31 | 80.42 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 20 | 0 | 0.61 | 0.90 | 0.24 | 18.97 | 0.81 | 0.42 |
| Hex | C2 | 4B | 14 | 0 | 3D | 5A | 18 | 13 | 51 | 2A |
| Octal | 302 | 113 | 24 | 0 | 75 | 132 | 30 | 23 | 121 | 52 |
| Binary | 11000010 | 1001011 | 10100 | 0 | 111101 | 1011010 | 11000 | 10011 | 1010001 | 101010 |
Color Harmonies of #C24B14
Complementary color
Monochromatic Colors of #C24B14
Black with #C24B14
Text Example
Text Example
White with #C24B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24B14; }
p { color: rgb(194,75,20); }
H1.HeaderClassName
{
color: #C24B14;
}
.AnyTagClassName
{
color: #C24B14;
}
</style>
background-color css
<style>
a { background-color: #C24B14; }
a { background-color: rgb(194,75,20); }
div.DivClassName
{
background-color: #C24B14;
}
.BgClassName
{
background-color: #C24B14;
}
</style>
border-color css
<style>
span { border-color: #C24B14; }
span { border-color: rgb(194,75,20); }
td.TdClassName
{
border-color: #C24B14;
}
.TagClassName
{
border-color: #C24B14;
}
</style>