Shades of Rust #C3511B
Tints of Rust #C3511B
RGB
CMYK
RGB Variations
Color information
#C3511B (or 0xC3511B) is known color: Rust. HEX triplet: C3, 51 and 1B. RGB value is (195,81,27). Sum of RGB (Red+Green+Blue) = 195+81+27=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 81 (32.03% from 255 or 26.73% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C3511B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3511B is #3CAEE4. Grayscale: #6D6D6D. Windows color (decimal): -3976933 or 1790403. OLE color: 1790403.
HSL color Cylindrical-coordinate representation of color #C3511B: hue angle of 19.29º 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 #C3511B is Cyan = 0, Magento = 0.58, Yellow = 0.86 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 27 | - |
| CMYK | 0 | 0.58 | 0.86 | 0.24 |
| HSL | 19.29º | 0.76% | 0.44% | - |
| HSV(B) | 19.29º | 0.86% | 0.76% | - |
| XYZ | 25.65 | 17.57 | 3.08 | - |
| YUV | 108.93 | 81.77 | 189.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 27 | 0 | 0.58 | 0.86 | 0.24 | 19.29 | 0.76 | 0.44 |
| Hex | C3 | 51 | 1B | 0 | 3A | 56 | 18 | 13 | 4C | 2C |
| Octal | 303 | 121 | 33 | 0 | 72 | 126 | 30 | 23 | 114 | 54 |
| Binary | 11000011 | 1010001 | 11011 | 0 | 111010 | 1010110 | 11000 | 10011 | 1001100 | 101100 |
Color Harmonies of #C3511B
Complementary color
Monochromatic Colors of #C3511B
Black with #C3511B
Text Example
Text Example
White with #C3511B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3511B; }
p { color: rgb(195,81,27); }
H1.HeaderClassName
{
color: #C3511B;
}
.AnyTagClassName
{
color: #C3511B;
}
</style>
background-color css
<style>
a { background-color: #C3511B; }
a { background-color: rgb(195,81,27); }
div.DivClassName
{
background-color: #C3511B;
}
.BgClassName
{
background-color: #C3511B;
}
</style>
border-color css
<style>
span { border-color: #C3511B; }
span { border-color: rgb(195,81,27); }
td.TdClassName
{
border-color: #C3511B;
}
.TagClassName
{
border-color: #C3511B;
}
</style>