Shades of Rust #C3521B
Tints of Rust #C3521B
RGB
CMYK
RGB Variations
Color information
#C3521B (or 0xC3521B) is known color: Rust. HEX triplet: C3, 52 and 1B. RGB value is (195,82,27). Sum of RGB (Red+Green+Blue) = 195+82+27=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 82 (32.42% from 255 or 26.97% from 304); Blue value is 27 (10.94% from 255 or 8.88% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C3521B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3521B is #3CADE4. Grayscale: #6D6D6D. Windows color (decimal): -3976677 or 1790659. OLE color: 1790659.
HSL color Cylindrical-coordinate representation of color #C3521B: hue angle of 19.64º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C3521B is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 27 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.24 |
| HSL | 19.64º | 0.76% | 0.44% | - |
| HSV(B) | 19.64º | 0.86% | 0.76% | - |
| XYZ | 25.72 | 17.72 | 3.1 | - |
| YUV | 109.52 | 81.44 | 188.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 27 | 0 | 0.58 | 0.86 | 0.24 | 19.64 | 0.76 | 0.44 |
| Hex | C3 | 52 | 1B | 0 | 3A | 56 | 18 | 14 | 4C | 2C |
| Octal | 303 | 122 | 33 | 0 | 72 | 126 | 30 | 24 | 114 | 54 |
| Binary | 11000011 | 1010010 | 11011 | 0 | 111010 | 1010110 | 11000 | 10100 | 1001100 | 101100 |
Color Harmonies of #C3521B
Complementary color
Monochromatic Colors of #C3521B
Black with #C3521B
Text Example
Text Example
White with #C3521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3521B; }
p { color: rgb(195,82,27); }
H1.HeaderClassName
{
color: #C3521B;
}
.AnyTagClassName
{
color: #C3521B;
}
</style>
background-color css
<style>
a { background-color: #C3521B; }
a { background-color: rgb(195,82,27); }
div.DivClassName
{
background-color: #C3521B;
}
.BgClassName
{
background-color: #C3521B;
}
</style>
border-color css
<style>
span { border-color: #C3521B; }
span { border-color: rgb(195,82,27); }
td.TdClassName
{
border-color: #C3521B;
}
.TagClassName
{
border-color: #C3521B;
}
</style>