Shades of Rust #C3531C
Tints of Rust #C3531C
RGB
CMYK
RGB Variations
Color information
#C3531C (or 0xC3531C) is known color: Rust. HEX triplet: C3, 53 and 1C. RGB value is (195,83,28). Sum of RGB (Red+Green+Blue) = 195+83+28=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C3531C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3531C is #3CACE3. Grayscale: #6E6E6E. Windows color (decimal): -3976420 or 1856451. OLE color: 1856451.
HSL color Cylindrical-coordinate representation of color #C3531C: hue angle of 19.76º 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 #C3531C is Cyan = 0, Magento = 0.57, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 28 | - |
| CMYK | 0 | 0.57 | 0.86 | 0.24 |
| HSL | 19.76º | 0.75% | 0.44% | - |
| HSV(B) | 19.76º | 0.86% | 0.76% | - |
| XYZ | 25.81 | 17.87 | 3.19 | - |
| YUV | 110.22 | 81.61 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 28 | 0 | 0.57 | 0.86 | 0.24 | 19.76 | 0.75 | 0.44 |
| Hex | C3 | 53 | 1C | 0 | 39 | 56 | 18 | 14 | 4B | 2C |
| Octal | 303 | 123 | 34 | 0 | 71 | 126 | 30 | 24 | 113 | 54 |
| Binary | 11000011 | 1010011 | 11100 | 0 | 111001 | 1010110 | 11000 | 10100 | 1001011 | 101100 |
Color Harmonies of #C3531C
Complementary color
Monochromatic Colors of #C3531C
Black with #C3531C
Text Example
Text Example
White with #C3531C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3531C; }
p { color: rgb(195,83,28); }
H1.HeaderClassName
{
color: #C3531C;
}
.AnyTagClassName
{
color: #C3531C;
}
</style>
background-color css
<style>
a { background-color: #C3531C; }
a { background-color: rgb(195,83,28); }
div.DivClassName
{
background-color: #C3531C;
}
.BgClassName
{
background-color: #C3531C;
}
</style>
border-color css
<style>
span { border-color: #C3531C; }
span { border-color: rgb(195,83,28); }
td.TdClassName
{
border-color: #C3531C;
}
.TagClassName
{
border-color: #C3531C;
}
</style>