Shades of Rust #C5481C
Tints of Rust #C5481C
RGB
CMYK
RGB Variations
Color information
#C5481C (or 0xC5481C) is known color: Rust. HEX triplet: C5, 48 and 1C. RGB value is (197,72,28). Sum of RGB (Red+Green+Blue) = 197+72+28=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 28 (11.33% from 255 or 9.43% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C5481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5481C is #3AB7E3. Grayscale: #686868. Windows color (decimal): -3848164 or 1853637. OLE color: 1853637.
HSL color Cylindrical-coordinate representation of color #C5481C: hue angle of 15.62º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5481C is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 28 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.23 |
| HSL | 15.62º | 0.75% | 0.44% | - |
| HSV(B) | 15.62º | 0.86% | 0.77% | - |
| XYZ | 25.55 | 16.59 | 2.95 | - |
| YUV | 104.36 | 84.91 | 194.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 28 | 0 | 0.63 | 0.86 | 0.23 | 15.62 | 0.75 | 0.44 |
| Hex | C5 | 48 | 1C | 0 | 3F | 56 | 17 | 10 | 4B | 2C |
| Octal | 305 | 110 | 34 | 0 | 77 | 126 | 27 | 20 | 113 | 54 |
| Binary | 11000101 | 1001000 | 11100 | 0 | 111111 | 1010110 | 10111 | 10000 | 1001011 | 101100 |
Color Harmonies of #C5481C
Complementary color
Monochromatic Colors of #C5481C
Black with #C5481C
Text Example
Text Example
White with #C5481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5481C; }
p { color: rgb(197,72,28); }
H1.HeaderClassName
{
color: #C5481C;
}
.AnyTagClassName
{
color: #C5481C;
}
</style>
background-color css
<style>
a { background-color: #C5481C; }
a { background-color: rgb(197,72,28); }
div.DivClassName
{
background-color: #C5481C;
}
.BgClassName
{
background-color: #C5481C;
}
</style>
border-color css
<style>
span { border-color: #C5481C; }
span { border-color: rgb(197,72,28); }
td.TdClassName
{
border-color: #C5481C;
}
.TagClassName
{
border-color: #C5481C;
}
</style>