Shades of Rust #C04E1A
Tints of Rust #C04E1A
RGB
CMYK
RGB Variations
Color information
#C04E1A (or 0xC04E1A) is known color: Rust. HEX triplet: C0, 4E and 1A. RGB value is (192,78,26). Sum of RGB (Red+Green+Blue) = 192+78+26=296 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.86% from 296); Green value is 78 (30.86% from 255 or 26.35% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C04E1A is #3FB1E5. Grayscale: #6A6A6A. Windows color (decimal): -4174310 or 1724096. OLE color: 1724096.
HSL color Cylindrical-coordinate representation of color #C04E1A: hue angle of 18.8º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C04E1A is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 26 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.25 |
| HSL | 18.8º | 0.76% | 0.43% | - |
| HSV(B) | 18.8º | 0.86% | 0.75% | - |
| XYZ | 24.65 | 16.73 | 2.91 | - |
| YUV | 106.16 | 82.77 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 26 | 0 | 0.59 | 0.86 | 0.25 | 18.8 | 0.76 | 0.43 |
| Hex | C0 | 4E | 1A | 0 | 3B | 56 | 19 | 13 | 4C | 2B |
| Octal | 300 | 116 | 32 | 0 | 73 | 126 | 31 | 23 | 114 | 53 |
| Binary | 11000000 | 1001110 | 11010 | 0 | 111011 | 1010110 | 11001 | 10011 | 1001100 | 101011 |
Color Harmonies of #C04E1A
Complementary color
Monochromatic Colors of #C04E1A
Black with #C04E1A
Text Example
Text Example
White with #C04E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E1A; }
p { color: rgb(192,78,26); }
H1.HeaderClassName
{
color: #C04E1A;
}
.AnyTagClassName
{
color: #C04E1A;
}
</style>
background-color css
<style>
a { background-color: #C04E1A; }
a { background-color: rgb(192,78,26); }
div.DivClassName
{
background-color: #C04E1A;
}
.BgClassName
{
background-color: #C04E1A;
}
</style>
border-color css
<style>
span { border-color: #C04E1A; }
span { border-color: rgb(192,78,26); }
td.TdClassName
{
border-color: #C04E1A;
}
.TagClassName
{
border-color: #C04E1A;
}
</style>