Shades of Rust #C04A1A
Tints of Rust #C04A1A
RGB
CMYK
RGB Variations
Color information
#C04A1A (or 0xC04A1A) is known color: Rust. HEX triplet: C0, 4A and 1A. RGB value is (192,74,26). Sum of RGB (Red+Green+Blue) = 192+74+26=292 (38% of max value = 765). Red value is 192 (75.39% from 255 or 65.75% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 26 (10.55% from 255 or 8.90% from 292); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C04A1A is #3FB5E5. Grayscale: #686868. Windows color (decimal): -4175334 or 1723072. OLE color: 1723072.
HSL color Cylindrical-coordinate representation of color #C04A1A: hue angle of 17.35º 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 #C04A1A is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 26 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.25 |
| HSL | 17.35º | 0.76% | 0.43% | - |
| HSV(B) | 17.35º | 0.86% | 0.75% | - |
| XYZ | 24.37 | 16.18 | 2.82 | - |
| YUV | 103.81 | 84.09 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 26 | 0 | 0.61 | 0.86 | 0.25 | 17.35 | 0.76 | 0.43 |
| Hex | C0 | 4A | 1A | 0 | 3D | 56 | 19 | 11 | 4C | 2B |
| Octal | 300 | 112 | 32 | 0 | 75 | 126 | 31 | 21 | 114 | 53 |
| Binary | 11000000 | 1001010 | 11010 | 0 | 111101 | 1010110 | 11001 | 10001 | 1001100 | 101011 |
Color Harmonies of #C04A1A
Complementary color
Monochromatic Colors of #C04A1A
Black with #C04A1A
Text Example
Text Example
White with #C04A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A1A; }
p { color: rgb(192,74,26); }
H1.HeaderClassName
{
color: #C04A1A;
}
.AnyTagClassName
{
color: #C04A1A;
}
</style>
background-color css
<style>
a { background-color: #C04A1A; }
a { background-color: rgb(192,74,26); }
div.DivClassName
{
background-color: #C04A1A;
}
.BgClassName
{
background-color: #C04A1A;
}
</style>
border-color css
<style>
span { border-color: #C04A1A; }
span { border-color: rgb(192,74,26); }
td.TdClassName
{
border-color: #C04A1A;
}
.TagClassName
{
border-color: #C04A1A;
}
</style>