Shades of Rust #C5481B
Tints of Rust #C5481B
RGB
CMYK
RGB Variations
Color information
#C5481B (or 0xC5481B) is known color: Rust. HEX triplet: C5, 48 and 1B. RGB value is (197,72,27). Sum of RGB (Red+Green+Blue) = 197+72+27=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C5481B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5481B is #3AB7E4. Grayscale: #686868. Windows color (decimal): -3848165 or 1788101. OLE color: 1788101.
HSL color Cylindrical-coordinate representation of color #C5481B: hue angle of 15.88º degrees, saturation: 0.76, 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 #C5481B is Cyan = 0, Magento = 0.63, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 27 | - |
| CMYK | 0 | 0.63 | 0.86 | 0.23 |
| HSL | 15.88º | 0.76% | 0.44% | - |
| HSV(B) | 15.88º | 0.86% | 0.77% | - |
| XYZ | 25.54 | 16.58 | 2.89 | - |
| YUV | 104.25 | 84.41 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 27 | 0 | 0.63 | 0.86 | 0.23 | 15.88 | 0.76 | 0.44 |
| Hex | C5 | 48 | 1B | 0 | 3F | 56 | 17 | 10 | 4C | 2C |
| Octal | 305 | 110 | 33 | 0 | 77 | 126 | 27 | 20 | 114 | 54 |
| Binary | 11000101 | 1001000 | 11011 | 0 | 111111 | 1010110 | 10111 | 10000 | 1001100 | 101100 |
Color Harmonies of #C5481B
Complementary color
Monochromatic Colors of #C5481B
Black with #C5481B
Text Example
Text Example
White with #C5481B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5481B; }
p { color: rgb(197,72,27); }
H1.HeaderClassName
{
color: #C5481B;
}
.AnyTagClassName
{
color: #C5481B;
}
</style>
background-color css
<style>
a { background-color: #C5481B; }
a { background-color: rgb(197,72,27); }
div.DivClassName
{
background-color: #C5481B;
}
.BgClassName
{
background-color: #C5481B;
}
</style>
border-color css
<style>
span { border-color: #C5481B; }
span { border-color: rgb(197,72,27); }
td.TdClassName
{
border-color: #C5481B;
}
.TagClassName
{
border-color: #C5481B;
}
</style>