Shades of Rust #C5480A
Tints of Rust #C5480A
RGB
CMYK
RGB Variations
Color information
#C5480A (or 0xC5480A) is known color: Rust. HEX triplet: C5, 48 and 0A. RGB value is (197,72,10). Sum of RGB (Red+Green+Blue) = 197+72+10=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 10 (4.30% from 255 or 3.58% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C5480A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5480A is #3AB7F5. Grayscale: #666666. Windows color (decimal): -3848182 or 673989. OLE color: 673989.
HSL color Cylindrical-coordinate representation of color #C5480A: hue angle of 19.89º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5480A is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 10 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.23 |
| HSL | 19.89º | 0.9% | 0.41% | - |
| HSV(B) | 19.89º | 0.95% | 0.77% | - |
| XYZ | 25.4 | 16.53 | 2.14 | - |
| YUV | 102.31 | 75.91 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 10 | 0 | 0.63 | 0.95 | 0.23 | 19.89 | 0.9 | 0.41 |
| Hex | C5 | 48 | A | 0 | 3F | 5F | 17 | 14 | 5A | 29 |
| Octal | 305 | 110 | 12 | 0 | 77 | 137 | 27 | 24 | 132 | 51 |
| Binary | 11000101 | 1001000 | 1010 | 0 | 111111 | 1011111 | 10111 | 10100 | 1011010 | 101001 |
Color Harmonies of #C5480A
Complementary color
Monochromatic Colors of #C5480A
Black with #C5480A
Text Example
Text Example
White with #C5480A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5480A; }
p { color: rgb(197,72,10); }
H1.HeaderClassName
{
color: #C5480A;
}
.AnyTagClassName
{
color: #C5480A;
}
</style>
background-color css
<style>
a { background-color: #C5480A; }
a { background-color: rgb(197,72,10); }
div.DivClassName
{
background-color: #C5480A;
}
.BgClassName
{
background-color: #C5480A;
}
</style>
border-color css
<style>
span { border-color: #C5480A; }
span { border-color: rgb(197,72,10); }
td.TdClassName
{
border-color: #C5480A;
}
.TagClassName
{
border-color: #C5480A;
}
</style>