Shades of Rust #C44A0A
Tints of Rust #C44A0A
RGB
CMYK
RGB Variations
Color information
#C44A0A (or 0xC44A0A) is known color: Rust. HEX triplet: C4, 4A and 0A. RGB value is (196,74,10). Sum of RGB (Red+Green+Blue) = 196+74+10=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 10 (4.30% from 255 or 3.57% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44A0A is #3BB5F5. Grayscale: #676767. Windows color (decimal): -3913206 or 674500. OLE color: 674500.
HSL color Cylindrical-coordinate representation of color #C44A0A: hue angle of 20.65º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C44A0A is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 10 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.23 |
| HSL | 20.65º | 0.9% | 0.4% | - |
| HSV(B) | 20.65º | 0.95% | 0.77% | - |
| XYZ | 25.27 | 16.66 | 2.17 | - |
| YUV | 103.18 | 75.42 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 10 | 0 | 0.62 | 0.95 | 0.23 | 20.65 | 0.9 | 0.4 |
| Hex | C4 | 4A | A | 0 | 3E | 5F | 17 | 15 | 5A | 28 |
| Octal | 304 | 112 | 12 | 0 | 76 | 137 | 27 | 25 | 132 | 50 |
| Binary | 11000100 | 1001010 | 1010 | 0 | 111110 | 1011111 | 10111 | 10101 | 1011010 | 101000 |
Color Harmonies of #C44A0A
Complementary color
Monochromatic Colors of #C44A0A
Black with #C44A0A
Text Example
Text Example
White with #C44A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A0A; }
p { color: rgb(196,74,10); }
H1.HeaderClassName
{
color: #C44A0A;
}
.AnyTagClassName
{
color: #C44A0A;
}
</style>
background-color css
<style>
a { background-color: #C44A0A; }
a { background-color: rgb(196,74,10); }
div.DivClassName
{
background-color: #C44A0A;
}
.BgClassName
{
background-color: #C44A0A;
}
</style>
border-color css
<style>
span { border-color: #C44A0A; }
span { border-color: rgb(196,74,10); }
td.TdClassName
{
border-color: #C44A0A;
}
.TagClassName
{
border-color: #C44A0A;
}
</style>