Shades of Rust #C3521C
Tints of Rust #C3521C
RGB
CMYK
RGB Variations
Color information
#C3521C (or 0xC3521C) is known color: Rust. HEX triplet: C3, 52 and 1C. RGB value is (195,82,28). Sum of RGB (Red+Green+Blue) = 195+82+28=305 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.93% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 195 - color contains mainly: red. Hex color #C3521C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3521C is #3CADE3. Grayscale: #6D6D6D. Windows color (decimal): -3976676 or 1856195. OLE color: 1856195.
HSL color Cylindrical-coordinate representation of color #C3521C: hue angle of 19.4º degrees, saturation: 0.75, 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 #C3521C is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 82 | 28 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.24 |
| HSL | 19.4º | 0.75% | 0.44% | - |
| HSV(B) | 19.4º | 0.86% | 0.76% | - |
| XYZ | 25.73 | 17.72 | 3.16 | - |
| YUV | 109.63 | 81.94 | 188.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 82 | 28 | 0 | 0.58 | 0.86 | 0.24 | 19.4 | 0.75 | 0.44 |
| Hex | C3 | 52 | 1C | 0 | 3A | 56 | 18 | 13 | 4B | 2C |
| Octal | 303 | 122 | 34 | 0 | 72 | 126 | 30 | 23 | 113 | 54 |
| Binary | 11000011 | 1010010 | 11100 | 0 | 111010 | 1010110 | 11000 | 10011 | 1001011 | 101100 |
Color Harmonies of #C3521C
Complementary color
Monochromatic Colors of #C3521C
Black with #C3521C
Text Example
Text Example
White with #C3521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3521C; }
p { color: rgb(195,82,28); }
H1.HeaderClassName
{
color: #C3521C;
}
.AnyTagClassName
{
color: #C3521C;
}
</style>
background-color css
<style>
a { background-color: #C3521C; }
a { background-color: rgb(195,82,28); }
div.DivClassName
{
background-color: #C3521C;
}
.BgClassName
{
background-color: #C3521C;
}
</style>
border-color css
<style>
span { border-color: #C3521C; }
span { border-color: rgb(195,82,28); }
td.TdClassName
{
border-color: #C3521C;
}
.TagClassName
{
border-color: #C3521C;
}
</style>