Shades of Rust #C6521A
Tints of Rust #C6521A
RGB
CMYK
RGB Variations
Color information
#C6521A (or 0xC6521A) is known color: Rust. HEX triplet: C6, 52 and 1A. RGB value is (198,82,26). Sum of RGB (Red+Green+Blue) = 198+82+26=306 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.71% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 26 (10.55% from 255 or 8.50% from 306); Max value from RGB is 198 - color contains mainly: red. Hex color #C6521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6521A is #39ADE5. Grayscale: #6E6E6E. Windows color (decimal): -3780070 or 1725126. OLE color: 1725126.
HSL color Cylindrical-coordinate representation of color #C6521A: hue angle of 19.53º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6521A is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 26 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.22 |
| HSL | 19.53º | 0.77% | 0.44% | - |
| HSV(B) | 19.53º | 0.87% | 0.78% | - |
| XYZ | 26.49 | 18.11 | 3.08 | - |
| YUV | 110.3 | 80.43 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 26 | 0 | 0.59 | 0.87 | 0.22 | 19.53 | 0.77 | 0.44 |
| Hex | C6 | 52 | 1A | 0 | 3B | 57 | 16 | 14 | 4D | 2C |
| Octal | 306 | 122 | 32 | 0 | 73 | 127 | 26 | 24 | 115 | 54 |
| Binary | 11000110 | 1010010 | 11010 | 0 | 111011 | 1010111 | 10110 | 10100 | 1001101 | 101100 |
Color Harmonies of #C6521A
Complementary color
Monochromatic Colors of #C6521A
Black with #C6521A
Text Example
Text Example
White with #C6521A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6521A; }
p { color: rgb(198,82,26); }
H1.HeaderClassName
{
color: #C6521A;
}
.AnyTagClassName
{
color: #C6521A;
}
</style>
background-color css
<style>
a { background-color: #C6521A; }
a { background-color: rgb(198,82,26); }
div.DivClassName
{
background-color: #C6521A;
}
.BgClassName
{
background-color: #C6521A;
}
</style>
border-color css
<style>
span { border-color: #C6521A; }
span { border-color: rgb(198,82,26); }
td.TdClassName
{
border-color: #C6521A;
}
.TagClassName
{
border-color: #C6521A;
}
</style>