Shades of Rust #C3511A
Tints of Rust #C3511A
RGB
CMYK
RGB Variations
Color information
#C3511A (or 0xC3511A) is known color: Rust. HEX triplet: C3, 51 and 1A. RGB value is (195,81,26). Sum of RGB (Red+Green+Blue) = 195+81+26=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C3511A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3511A is #3CAEE5. Grayscale: #6D6D6D. Windows color (decimal): -3976934 or 1724867. OLE color: 1724867.
HSL color Cylindrical-coordinate representation of color #C3511A: hue angle of 19.53º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C3511A is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 26 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.24 |
| HSL | 19.53º | 0.76% | 0.43% | - |
| HSV(B) | 19.53º | 0.87% | 0.76% | - |
| XYZ | 25.63 | 17.56 | 3.02 | - |
| YUV | 108.82 | 81.27 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 26 | 0 | 0.58 | 0.87 | 0.24 | 19.53 | 0.76 | 0.43 |
| Hex | C3 | 51 | 1A | 0 | 3A | 57 | 18 | 14 | 4C | 2B |
| Octal | 303 | 121 | 32 | 0 | 72 | 127 | 30 | 24 | 114 | 53 |
| Binary | 11000011 | 1010001 | 11010 | 0 | 111010 | 1010111 | 11000 | 10100 | 1001100 | 101011 |
Color Harmonies of #C3511A
Complementary color
Monochromatic Colors of #C3511A
Black with #C3511A
Text Example
Text Example
White with #C3511A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3511A; }
p { color: rgb(195,81,26); }
H1.HeaderClassName
{
color: #C3511A;
}
.AnyTagClassName
{
color: #C3511A;
}
</style>
background-color css
<style>
a { background-color: #C3511A; }
a { background-color: rgb(195,81,26); }
div.DivClassName
{
background-color: #C3511A;
}
.BgClassName
{
background-color: #C3511A;
}
</style>
border-color css
<style>
span { border-color: #C3511A; }
span { border-color: rgb(195,81,26); }
td.TdClassName
{
border-color: #C3511A;
}
.TagClassName
{
border-color: #C3511A;
}
</style>