Shades of Rust #C24B1E
Tints of Rust #C24B1E
RGB
CMYK
RGB Variations
Color information
#C24B1E (or 0xC24B1E) is known color: Rust. HEX triplet: C2, 4B and 1E. RGB value is (194,75,30). Sum of RGB (Red+Green+Blue) = 194+75+30=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 75 (29.69% from 255 or 25.08% from 299); Blue value is 30 (12.11% from 255 or 10.03% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24B1E is #3DB4E1. Grayscale: #696969. Windows color (decimal): -4044002 or 1985474. OLE color: 1985474.
HSL color Cylindrical-coordinate representation of color #C24B1E: hue angle of 16.46º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C24B1E is Cyan = 0, Magento = 0.61, Yellow = 0.85 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 30 | - |
| CMYK | 0 | 0.61 | 0.85 | 0.24 |
| HSL | 16.46º | 0.73% | 0.44% | - |
| HSV(B) | 16.46º | 0.85% | 0.76% | - |
| XYZ | 25 | 16.6 | 3.11 | - |
| YUV | 105.45 | 85.42 | 191.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 30 | 0 | 0.61 | 0.85 | 0.24 | 16.46 | 0.73 | 0.44 |
| Hex | C2 | 4B | 1E | 0 | 3D | 55 | 18 | 10 | 49 | 2C |
| Octal | 302 | 113 | 36 | 0 | 75 | 125 | 30 | 20 | 111 | 54 |
| Binary | 11000010 | 1001011 | 11110 | 0 | 111101 | 1010101 | 11000 | 10000 | 1001001 | 101100 |
Color Harmonies of #C24B1E
Complementary color
Monochromatic Colors of #C24B1E
Black with #C24B1E
Text Example
Text Example
White with #C24B1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24B1E; }
p { color: rgb(194,75,30); }
H1.HeaderClassName
{
color: #C24B1E;
}
.AnyTagClassName
{
color: #C24B1E;
}
</style>
background-color css
<style>
a { background-color: #C24B1E; }
a { background-color: rgb(194,75,30); }
div.DivClassName
{
background-color: #C24B1E;
}
.BgClassName
{
background-color: #C24B1E;
}
</style>
border-color css
<style>
span { border-color: #C24B1E; }
span { border-color: rgb(194,75,30); }
td.TdClassName
{
border-color: #C24B1E;
}
.TagClassName
{
border-color: #C24B1E;
}
</style>