Shades of Rust #C2480E
Tints of Rust #C2480E
RGB
CMYK
RGB Variations
Color information
#C2480E (or 0xC2480E) is known color: Rust. HEX triplet: C2, 48 and 0E. RGB value is (194,72,14). Sum of RGB (Red+Green+Blue) = 194+72+14=280 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.29% from 280); Green value is 72 (28.52% from 255 or 25.71% from 280); Blue value is 14 (5.86% from 255 or 5% from 280); Max value from RGB is 194 - color contains mainly: red. Hex color #C2480E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2480E is #3DB7F1. Grayscale: #666666. Windows color (decimal): -4044786 or 936130. OLE color: 936130.
HSL color Cylindrical-coordinate representation of color #C2480E: hue angle of 19.33º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C2480E is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 14 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.24 |
| HSL | 19.33º | 0.87% | 0.41% | - |
| HSV(B) | 19.33º | 0.93% | 0.76% | - |
| XYZ | 24.64 | 16.14 | 2.23 | - |
| YUV | 101.87 | 78.42 | 193.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 14 | 0 | 0.63 | 0.93 | 0.24 | 19.33 | 0.87 | 0.41 |
| Hex | C2 | 48 | E | 0 | 3F | 5D | 18 | 13 | 57 | 29 |
| Octal | 302 | 110 | 16 | 0 | 77 | 135 | 30 | 23 | 127 | 51 |
| Binary | 11000010 | 1001000 | 1110 | 0 | 111111 | 1011101 | 11000 | 10011 | 1010111 | 101001 |
Color Harmonies of #C2480E
Complementary color
Monochromatic Colors of #C2480E
Black with #C2480E
Text Example
Text Example
White with #C2480E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2480E; }
p { color: rgb(194,72,14); }
H1.HeaderClassName
{
color: #C2480E;
}
.AnyTagClassName
{
color: #C2480E;
}
</style>
background-color css
<style>
a { background-color: #C2480E; }
a { background-color: rgb(194,72,14); }
div.DivClassName
{
background-color: #C2480E;
}
.BgClassName
{
background-color: #C2480E;
}
</style>
border-color css
<style>
span { border-color: #C2480E; }
span { border-color: rgb(194,72,14); }
td.TdClassName
{
border-color: #C2480E;
}
.TagClassName
{
border-color: #C2480E;
}
</style>