Shades of Rust #C2480F
Tints of Rust #C2480F
RGB
CMYK
RGB Variations
Color information
#C2480F (or 0xC2480F) is known color: Rust. HEX triplet: C2, 48 and 0F. RGB value is (194,72,15). Sum of RGB (Red+Green+Blue) = 194+72+15=281 (37% of max value = 765). Red value is 194 (76.17% from 255 or 69.04% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 15 (6.25% from 255 or 5.34% from 281); Max value from RGB is 194 - color contains mainly: red. Hex color #C2480F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C2480F is #3DB7F0. Grayscale: #666666. Windows color (decimal): -4044785 or 1001666. OLE color: 1001666.
HSL color Cylindrical-coordinate representation of color #C2480F: hue angle of 19.11º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C2480F is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 15 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.24 |
| HSL | 19.11º | 0.86% | 0.41% | - |
| HSV(B) | 19.11º | 0.92% | 0.76% | - |
| XYZ | 24.65 | 16.14 | 2.27 | - |
| YUV | 101.98 | 78.92 | 193.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 15 | 0 | 0.63 | 0.92 | 0.24 | 19.11 | 0.86 | 0.41 |
| Hex | C2 | 48 | F | 0 | 3F | 5C | 18 | 13 | 56 | 29 |
| Octal | 302 | 110 | 17 | 0 | 77 | 134 | 30 | 23 | 126 | 51 |
| Binary | 11000010 | 1001000 | 1111 | 0 | 111111 | 1011100 | 11000 | 10011 | 1010110 | 101001 |
Color Harmonies of #C2480F
Complementary color
Monochromatic Colors of #C2480F
Black with #C2480F
Text Example
Text Example
White with #C2480F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2480F; }
p { color: rgb(194,72,15); }
H1.HeaderClassName
{
color: #C2480F;
}
.AnyTagClassName
{
color: #C2480F;
}
</style>
background-color css
<style>
a { background-color: #C2480F; }
a { background-color: rgb(194,72,15); }
div.DivClassName
{
background-color: #C2480F;
}
.BgClassName
{
background-color: #C2480F;
}
</style>
border-color css
<style>
span { border-color: #C2480F; }
span { border-color: rgb(194,72,15); }
td.TdClassName
{
border-color: #C2480F;
}
.TagClassName
{
border-color: #C2480F;
}
</style>