Shades of Rust #C24B0E
Tints of Rust #C24B0E
RGB
CMYK
RGB Variations
Color information
#C24B0E (or 0xC24B0E) is known color: Rust. HEX triplet: C2, 4B and 0E. RGB value is (194,75,14). Sum of RGB (Red+Green+Blue) = 194+75+14=283 (37% of max value = 765). Red value is 194 (76.17% from 255 or 68.55% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 14 (5.86% from 255 or 4.95% from 283); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24B0E is #3DB4F1. Grayscale: #676767. Windows color (decimal): -4044018 or 936898. OLE color: 936898.
HSL color Cylindrical-coordinate representation of color #C24B0E: hue angle of 20.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C24B0E is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 14 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.24 |
| HSL | 20.33º | 0.87% | 0.41% | - |
| HSV(B) | 20.33º | 0.93% | 0.76% | - |
| XYZ | 24.84 | 16.53 | 2.3 | - |
| YUV | 103.63 | 77.42 | 192.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 14 | 0 | 0.61 | 0.93 | 0.24 | 20.33 | 0.87 | 0.41 |
| Hex | C2 | 4B | E | 0 | 3D | 5D | 18 | 14 | 57 | 29 |
| Octal | 302 | 113 | 16 | 0 | 75 | 135 | 30 | 24 | 127 | 51 |
| Binary | 11000010 | 1001011 | 1110 | 0 | 111101 | 1011101 | 11000 | 10100 | 1010111 | 101001 |
Color Harmonies of #C24B0E
Complementary color
Monochromatic Colors of #C24B0E
Black with #C24B0E
Text Example
Text Example
White with #C24B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24B0E; }
p { color: rgb(194,75,14); }
H1.HeaderClassName
{
color: #C24B0E;
}
.AnyTagClassName
{
color: #C24B0E;
}
</style>
background-color css
<style>
a { background-color: #C24B0E; }
a { background-color: rgb(194,75,14); }
div.DivClassName
{
background-color: #C24B0E;
}
.BgClassName
{
background-color: #C24B0E;
}
</style>
border-color css
<style>
span { border-color: #C24B0E; }
span { border-color: rgb(194,75,14); }
td.TdClassName
{
border-color: #C24B0E;
}
.TagClassName
{
border-color: #C24B0E;
}
</style>