Shades of Rust #C0521A
Tints of Rust #C0521A
RGB
CMYK
RGB Variations
Color information
#C0521A (or 0xC0521A) is known color: Rust. HEX triplet: C0, 52 and 1A. RGB value is (192,82,26). Sum of RGB (Red+Green+Blue) = 192+82+26=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 26 (10.55% from 255 or 8.67% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C0521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0521A is #3FADE5. Grayscale: #6C6C6C. Windows color (decimal): -4173286 or 1725120. OLE color: 1725120.
HSL color Cylindrical-coordinate representation of color #C0521A: hue angle of 20.24º degrees, saturation: 0.76, 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 #C0521A is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 26 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.25 |
| HSL | 20.24º | 0.76% | 0.43% | - |
| HSV(B) | 20.24º | 0.86% | 0.75% | - |
| XYZ | 24.94 | 17.32 | 3 | - |
| YUV | 108.51 | 81.44 | 187.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 26 | 0 | 0.57 | 0.86 | 0.25 | 20.24 | 0.76 | 0.43 |
| Hex | C0 | 52 | 1A | 0 | 39 | 56 | 19 | 14 | 4C | 2B |
| Octal | 300 | 122 | 32 | 0 | 71 | 126 | 31 | 24 | 114 | 53 |
| Binary | 11000000 | 1010010 | 11010 | 0 | 111001 | 1010110 | 11001 | 10100 | 1001100 | 101011 |
Color Harmonies of #C0521A
Complementary color
Monochromatic Colors of #C0521A
Black with #C0521A
Text Example
Text Example
White with #C0521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0521A; }
p { color: rgb(192,82,26); }
H1.HeaderClassName
{
color: #C0521A;
}
.AnyTagClassName
{
color: #C0521A;
}
</style>
background-color css
<style>
a { background-color: #C0521A; }
a { background-color: rgb(192,82,26); }
div.DivClassName
{
background-color: #C0521A;
}
.BgClassName
{
background-color: #C0521A;
}
</style>
border-color css
<style>
span { border-color: #C0521A; }
span { border-color: rgb(192,82,26); }
td.TdClassName
{
border-color: #C0521A;
}
.TagClassName
{
border-color: #C0521A;
}
</style>