Shades of Rust #C5480C
Tints of Rust #C5480C
RGB
CMYK
RGB Variations
Color information
#C5480C (or 0xC5480C) is known color: Rust. HEX triplet: C5, 48 and 0C. RGB value is (197,72,12). Sum of RGB (Red+Green+Blue) = 197+72+12=281 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.11% from 281); Green value is 72 (28.52% from 255 or 25.62% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 197 - color contains mainly: red. Hex color #C5480C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5480C is #3AB7F3. Grayscale: #666666. Windows color (decimal): -3848180 or 805061. OLE color: 805061.
HSL color Cylindrical-coordinate representation of color #C5480C: hue angle of 19.46º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C5480C is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 12 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.23 |
| HSL | 19.46º | 0.89% | 0.41% | - |
| HSV(B) | 19.46º | 0.94% | 0.77% | - |
| XYZ | 25.41 | 16.53 | 2.2 | - |
| YUV | 102.54 | 76.91 | 195.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 12 | 0 | 0.63 | 0.94 | 0.23 | 19.46 | 0.89 | 0.41 |
| Hex | C5 | 48 | C | 0 | 3F | 5E | 17 | 13 | 59 | 29 |
| Octal | 305 | 110 | 14 | 0 | 77 | 136 | 27 | 23 | 131 | 51 |
| Binary | 11000101 | 1001000 | 1100 | 0 | 111111 | 1011110 | 10111 | 10011 | 1011001 | 101001 |
Color Harmonies of #C5480C
Complementary color
Monochromatic Colors of #C5480C
Black with #C5480C
Text Example
Text Example
White with #C5480C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5480C; }
p { color: rgb(197,72,12); }
H1.HeaderClassName
{
color: #C5480C;
}
.AnyTagClassName
{
color: #C5480C;
}
</style>
background-color css
<style>
a { background-color: #C5480C; }
a { background-color: rgb(197,72,12); }
div.DivClassName
{
background-color: #C5480C;
}
.BgClassName
{
background-color: #C5480C;
}
</style>
border-color css
<style>
span { border-color: #C5480C; }
span { border-color: rgb(197,72,12); }
td.TdClassName
{
border-color: #C5480C;
}
.TagClassName
{
border-color: #C5480C;
}
</style>