Shades of Rust #C6511B
Tints of Rust #C6511B
RGB
CMYK
RGB Variations
Color information
#C6511B (or 0xC6511B) is known color: Rust. HEX triplet: C6, 51 and 1B. RGB value is (198,81,27). Sum of RGB (Red+Green+Blue) = 198+81+27=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C6511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6511B is #39AEE4. Grayscale: #6E6E6E. Windows color (decimal): -3780325 or 1790406. OLE color: 1790406.
HSL color Cylindrical-coordinate representation of color #C6511B: hue angle of 18.95º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C6511B is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 27 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.22 |
| HSL | 18.95º | 0.76% | 0.44% | - |
| HSV(B) | 18.95º | 0.86% | 0.78% | - |
| XYZ | 26.43 | 17.97 | 3.11 | - |
| YUV | 109.83 | 81.26 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 27 | 0 | 0.59 | 0.86 | 0.22 | 18.95 | 0.76 | 0.44 |
| Hex | C6 | 51 | 1B | 0 | 3B | 56 | 16 | 13 | 4C | 2C |
| Octal | 306 | 121 | 33 | 0 | 73 | 126 | 26 | 23 | 114 | 54 |
| Binary | 11000110 | 1010001 | 11011 | 0 | 111011 | 1010110 | 10110 | 10011 | 1001100 | 101100 |
Color Harmonies of #C6511B
Complementary color
Monochromatic Colors of #C6511B
Black with #C6511B
Text Example
Text Example
White with #C6511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6511B; }
p { color: rgb(198,81,27); }
H1.HeaderClassName
{
color: #C6511B;
}
.AnyTagClassName
{
color: #C6511B;
}
</style>
background-color css
<style>
a { background-color: #C6511B; }
a { background-color: rgb(198,81,27); }
div.DivClassName
{
background-color: #C6511B;
}
.BgClassName
{
background-color: #C6511B;
}
</style>
border-color css
<style>
span { border-color: #C6511B; }
span { border-color: rgb(198,81,27); }
td.TdClassName
{
border-color: #C6511B;
}
.TagClassName
{
border-color: #C6511B;
}
</style>