Shades of Rust #C04A0A
Tints of Rust #C04A0A
RGB
CMYK
RGB Variations
Color information
#C04A0A (or 0xC04A0A) is known color: Rust. HEX triplet: C0, 4A and 0A. RGB value is (192,74,10). Sum of RGB (Red+Green+Blue) = 192+74+10=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 74 (29.30% from 255 or 26.81% from 276); Blue value is 10 (4.30% from 255 or 3.62% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04A0A is #3FB5F5. Grayscale: #666666. Windows color (decimal): -4175350 or 674496. OLE color: 674496.
HSL color Cylindrical-coordinate representation of color #C04A0A: hue angle of 21.1º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C04A0A is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 74 | 10 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.25 |
| HSL | 21.1º | 0.9% | 0.4% | - |
| HSV(B) | 21.1º | 0.95% | 0.75% | - |
| XYZ | 24.24 | 16.13 | 2.12 | - |
| YUV | 101.99 | 76.09 | 192.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 74 | 10 | 0 | 0.61 | 0.95 | 0.25 | 21.1 | 0.9 | 0.4 |
| Hex | C0 | 4A | A | 0 | 3D | 5F | 19 | 15 | 5A | 28 |
| Octal | 300 | 112 | 12 | 0 | 75 | 137 | 31 | 25 | 132 | 50 |
| Binary | 11000000 | 1001010 | 1010 | 0 | 111101 | 1011111 | 11001 | 10101 | 1011010 | 101000 |
Color Harmonies of #C04A0A
Complementary color
Monochromatic Colors of #C04A0A
Black with #C04A0A
Text Example
Text Example
White with #C04A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04A0A; }
p { color: rgb(192,74,10); }
H1.HeaderClassName
{
color: #C04A0A;
}
.AnyTagClassName
{
color: #C04A0A;
}
</style>
background-color css
<style>
a { background-color: #C04A0A; }
a { background-color: rgb(192,74,10); }
div.DivClassName
{
background-color: #C04A0A;
}
.BgClassName
{
background-color: #C04A0A;
}
</style>
border-color css
<style>
span { border-color: #C04A0A; }
span { border-color: rgb(192,74,10); }
td.TdClassName
{
border-color: #C04A0A;
}
.TagClassName
{
border-color: #C04A0A;
}
</style>