Shades of Rust #C24A1A
Tints of Rust #C24A1A
RGB
CMYK
RGB Variations
Color information
#C24A1A (or 0xC24A1A) is known color: Rust. HEX triplet: C2, 4A and 1A. RGB value is (194,74,26). Sum of RGB (Red+Green+Blue) = 194+74+26=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 26 (10.55% from 255 or 8.84% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C24A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C24A1A is #3DB5E5. Grayscale: #686868. Windows color (decimal): -4044262 or 1723074. OLE color: 1723074.
HSL color Cylindrical-coordinate representation of color #C24A1A: hue angle of 17.14º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C24A1A is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 74 | 26 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.24 |
| HSL | 17.14º | 0.76% | 0.43% | - |
| HSV(B) | 17.14º | 0.87% | 0.76% | - |
| XYZ | 24.88 | 16.44 | 2.84 | - |
| YUV | 104.41 | 83.76 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 74 | 26 | 0 | 0.62 | 0.87 | 0.24 | 17.14 | 0.76 | 0.43 |
| Hex | C2 | 4A | 1A | 0 | 3E | 57 | 18 | 11 | 4C | 2B |
| Octal | 302 | 112 | 32 | 0 | 76 | 127 | 30 | 21 | 114 | 53 |
| Binary | 11000010 | 1001010 | 11010 | 0 | 111110 | 1010111 | 11000 | 10001 | 1001100 | 101011 |
Color Harmonies of #C24A1A
Complementary color
Monochromatic Colors of #C24A1A
Black with #C24A1A
Text Example
Text Example
White with #C24A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24A1A; }
p { color: rgb(194,74,26); }
H1.HeaderClassName
{
color: #C24A1A;
}
.AnyTagClassName
{
color: #C24A1A;
}
</style>
background-color css
<style>
a { background-color: #C24A1A; }
a { background-color: rgb(194,74,26); }
div.DivClassName
{
background-color: #C24A1A;
}
.BgClassName
{
background-color: #C24A1A;
}
</style>
border-color css
<style>
span { border-color: #C24A1A; }
span { border-color: rgb(194,74,26); }
td.TdClassName
{
border-color: #C24A1A;
}
.TagClassName
{
border-color: #C24A1A;
}
</style>