Shades of Rust #C44C0A
Tints of Rust #C44C0A
RGB
CMYK
RGB Variations
Color information
#C44C0A (or 0xC44C0A) is known color: Rust. HEX triplet: C4, 4C and 0A. RGB value is (196,76,10). Sum of RGB (Red+Green+Blue) = 196+76+10=282 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.50% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44C0A is #3BB3F5. Grayscale: #686868. Windows color (decimal): -3912694 or 675012. OLE color: 675012.
HSL color Cylindrical-coordinate representation of color #C44C0A: hue angle of 21.29º 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 #C44C0A is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 10 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.23 |
| HSL | 21.29º | 0.9% | 0.4% | - |
| HSV(B) | 21.29º | 0.95% | 0.77% | - |
| XYZ | 25.4 | 16.93 | 2.22 | - |
| YUV | 104.36 | 74.76 | 193.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 10 | 0 | 0.61 | 0.95 | 0.23 | 21.29 | 0.9 | 0.4 |
| Hex | C4 | 4C | A | 0 | 3D | 5F | 17 | 15 | 5A | 28 |
| Octal | 304 | 114 | 12 | 0 | 75 | 137 | 27 | 25 | 132 | 50 |
| Binary | 11000100 | 1001100 | 1010 | 0 | 111101 | 1011111 | 10111 | 10101 | 1011010 | 101000 |
Color Harmonies of #C44C0A
Complementary color
Monochromatic Colors of #C44C0A
Black with #C44C0A
Text Example
Text Example
White with #C44C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C0A; }
p { color: rgb(196,76,10); }
H1.HeaderClassName
{
color: #C44C0A;
}
.AnyTagClassName
{
color: #C44C0A;
}
</style>
background-color css
<style>
a { background-color: #C44C0A; }
a { background-color: rgb(196,76,10); }
div.DivClassName
{
background-color: #C44C0A;
}
.BgClassName
{
background-color: #C44C0A;
}
</style>
border-color css
<style>
span { border-color: #C44C0A; }
span { border-color: rgb(196,76,10); }
td.TdClassName
{
border-color: #C44C0A;
}
.TagClassName
{
border-color: #C44C0A;
}
</style>