Shades of Rust #C24A0A
Tints of Rust #C24A0A
RGB
CMYK
RGB Variations
Color information
#C24A0A (or 0xC24A0A) is known color: Rust. HEX triplet: C2, 4A and 0A. RGB value is (194,74,10). Sum of RGB (Red+Green+Blue) = 194+74+10=278 (36% of max value = 765). Red value is 194 (76.17% from 255 or 69.78% from 278); Green value is 74 (29.30% from 255 or 26.62% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C24A0A is #3DB5F5. Grayscale: #666666. Windows color (decimal): -4044278 or 674498. OLE color: 674498.
HSL color Cylindrical-coordinate representation of color #C24A0A: hue angle of 20.87º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C24A0A is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 10 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.24 |
| HSL | 20.87º | 0.9% | 0.4% | - |
| HSV(B) | 20.87º | 0.95% | 0.76% | - |
| XYZ | 24.75 | 16.39 | 2.15 | - |
| YUV | 102.58 | 75.76 | 193.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 10 | 0 | 0.62 | 0.95 | 0.24 | 20.87 | 0.9 | 0.4 |
| Hex | C2 | 4A | A | 0 | 3E | 5F | 18 | 15 | 5A | 28 |
| Octal | 302 | 112 | 12 | 0 | 76 | 137 | 30 | 25 | 132 | 50 |
| Binary | 11000010 | 1001010 | 1010 | 0 | 111110 | 1011111 | 11000 | 10101 | 1011010 | 101000 |
Color Harmonies of #C24A0A
Complementary color
Monochromatic Colors of #C24A0A
Black with #C24A0A
Text Example
Text Example
White with #C24A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A0A; }
p { color: rgb(194,74,10); }
H1.HeaderClassName
{
color: #C24A0A;
}
.AnyTagClassName
{
color: #C24A0A;
}
</style>
background-color css
<style>
a { background-color: #C24A0A; }
a { background-color: rgb(194,74,10); }
div.DivClassName
{
background-color: #C24A0A;
}
.BgClassName
{
background-color: #C24A0A;
}
</style>
border-color css
<style>
span { border-color: #C24A0A; }
span { border-color: rgb(194,74,10); }
td.TdClassName
{
border-color: #C24A0A;
}
.TagClassName
{
border-color: #C24A0A;
}
</style>