Shades of Rust #C4480A
Tints of Rust #C4480A
RGB
CMYK
RGB Variations
Color information
#C4480A (or 0xC4480A) is known color: Rust. HEX triplet: C4, 48 and 0A. RGB value is (196,72,10). Sum of RGB (Red+Green+Blue) = 196+72+10=278 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.50% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 196 - color contains mainly: red. Hex color #C4480A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4480A is #3BB7F5. Grayscale: #666666. Windows color (decimal): -3913718 or 673988. OLE color: 673988.
HSL color Cylindrical-coordinate representation of color #C4480A: hue angle of 20º 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 #C4480A is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 10 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.23 |
| HSL | 20º | 0.9% | 0.4% | - |
| HSV(B) | 20º | 0.95% | 0.77% | - |
| XYZ | 25.14 | 16.39 | 2.13 | - |
| YUV | 102.01 | 76.08 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 10 | 0 | 0.63 | 0.95 | 0.23 | 20 | 0.9 | 0.4 |
| Hex | C4 | 48 | A | 0 | 3F | 5F | 17 | 14 | 5A | 28 |
| Octal | 304 | 110 | 12 | 0 | 77 | 137 | 27 | 24 | 132 | 50 |
| Binary | 11000100 | 1001000 | 1010 | 0 | 111111 | 1011111 | 10111 | 10100 | 1011010 | 101000 |
Color Harmonies of #C4480A
Complementary color
Monochromatic Colors of #C4480A
Black with #C4480A
Text Example
Text Example
White with #C4480A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4480A; }
p { color: rgb(196,72,10); }
H1.HeaderClassName
{
color: #C4480A;
}
.AnyTagClassName
{
color: #C4480A;
}
</style>
background-color css
<style>
a { background-color: #C4480A; }
a { background-color: rgb(196,72,10); }
div.DivClassName
{
background-color: #C4480A;
}
.BgClassName
{
background-color: #C4480A;
}
</style>
border-color css
<style>
span { border-color: #C4480A; }
span { border-color: rgb(196,72,10); }
td.TdClassName
{
border-color: #C4480A;
}
.TagClassName
{
border-color: #C4480A;
}
</style>