Shades of Rust #C0521B
Tints of Rust #C0521B
RGB
CMYK
RGB Variations
Color information
#C0521B (or 0xC0521B) is known color: Rust. HEX triplet: C0, 52 and 1B. RGB value is (192,82,27). Sum of RGB (Red+Green+Blue) = 192+82+27=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 27 (10.94% from 255 or 8.97% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C0521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0521B is #3FADE4. Grayscale: #6C6C6C. Windows color (decimal): -4173285 or 1790656. OLE color: 1790656.
HSL color Cylindrical-coordinate representation of color #C0521B: hue angle of 20º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C0521B is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 27 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.25 |
| HSL | 20º | 0.75% | 0.43% | - |
| HSV(B) | 20º | 0.86% | 0.75% | - |
| XYZ | 24.95 | 17.32 | 3.06 | - |
| YUV | 108.62 | 81.94 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 27 | 0 | 0.57 | 0.86 | 0.25 | 20 | 0.75 | 0.43 |
| Hex | C0 | 52 | 1B | 0 | 39 | 56 | 19 | 14 | 4B | 2B |
| Octal | 300 | 122 | 33 | 0 | 71 | 126 | 31 | 24 | 113 | 53 |
| Binary | 11000000 | 1010010 | 11011 | 0 | 111001 | 1010110 | 11001 | 10100 | 1001011 | 101011 |
Color Harmonies of #C0521B
Complementary color
Monochromatic Colors of #C0521B
Black with #C0521B
Text Example
Text Example
White with #C0521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0521B; }
p { color: rgb(192,82,27); }
H1.HeaderClassName
{
color: #C0521B;
}
.AnyTagClassName
{
color: #C0521B;
}
</style>
background-color css
<style>
a { background-color: #C0521B; }
a { background-color: rgb(192,82,27); }
div.DivClassName
{
background-color: #C0521B;
}
.BgClassName
{
background-color: #C0521B;
}
</style>
border-color css
<style>
span { border-color: #C0521B; }
span { border-color: rgb(192,82,27); }
td.TdClassName
{
border-color: #C0521B;
}
.TagClassName
{
border-color: #C0521B;
}
</style>