Shades of Rust #C5501B
Tints of Rust #C5501B
RGB
CMYK
RGB Variations
Color information
#C5501B (or 0xC5501B) is known color: Rust. HEX triplet: C5, 50 and 1B. RGB value is (197,80,27). Sum of RGB (Red+Green+Blue) = 197+80+27=304 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.80% from 304); Green value is 80 (31.64% from 255 or 26.32% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 197 - color contains mainly: red. Hex color #C5501B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5501B is #3AAFE4. Grayscale: #6D6D6D. Windows color (decimal): -3846117 or 1790149. OLE color: 1790149.
HSL color Cylindrical-coordinate representation of color #C5501B: hue angle of 18.71º 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 #C5501B is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 27 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.23 |
| HSL | 18.71º | 0.76% | 0.44% | - |
| HSV(B) | 18.71º | 0.86% | 0.77% | - |
| XYZ | 26.09 | 17.69 | 3.08 | - |
| YUV | 108.94 | 81.76 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 27 | 0 | 0.59 | 0.86 | 0.23 | 18.71 | 0.76 | 0.44 |
| Hex | C5 | 50 | 1B | 0 | 3B | 56 | 17 | 13 | 4C | 2C |
| Octal | 305 | 120 | 33 | 0 | 73 | 126 | 27 | 23 | 114 | 54 |
| Binary | 11000101 | 1010000 | 11011 | 0 | 111011 | 1010110 | 10111 | 10011 | 1001100 | 101100 |
Color Harmonies of #C5501B
Complementary color
Monochromatic Colors of #C5501B
Black with #C5501B
Text Example
Text Example
White with #C5501B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5501B; }
p { color: rgb(197,80,27); }
H1.HeaderClassName
{
color: #C5501B;
}
.AnyTagClassName
{
color: #C5501B;
}
</style>
background-color css
<style>
a { background-color: #C5501B; }
a { background-color: rgb(197,80,27); }
div.DivClassName
{
background-color: #C5501B;
}
.BgClassName
{
background-color: #C5501B;
}
</style>
border-color css
<style>
span { border-color: #C5501B; }
span { border-color: rgb(197,80,27); }
td.TdClassName
{
border-color: #C5501B;
}
.TagClassName
{
border-color: #C5501B;
}
</style>