Shades of Rust #C4511C
Tints of Rust #C4511C
RGB
CMYK
RGB Variations
Color information
#C4511C (or 0xC4511C) is known color: Rust. HEX triplet: C4, 51 and 1C. RGB value is (196,81,28). Sum of RGB (Red+Green+Blue) = 196+81+28=305 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.26% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 28 (11.33% from 255 or 9.18% from 305); Max value from RGB is 196 - color contains mainly: red. Hex color #C4511C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4511C is #3BAEE3. Grayscale: #6D6D6D. Windows color (decimal): -3911396 or 1855940. OLE color: 1855940.
HSL color Cylindrical-coordinate representation of color #C4511C: hue angle of 18.93º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4511C is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 81 | 28 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.23 |
| HSL | 18.93º | 0.75% | 0.44% | - |
| HSV(B) | 18.93º | 0.86% | 0.77% | - |
| XYZ | 25.92 | 17.7 | 3.15 | - |
| YUV | 109.34 | 82.1 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 81 | 28 | 0 | 0.59 | 0.86 | 0.23 | 18.93 | 0.75 | 0.44 |
| Hex | C4 | 51 | 1C | 0 | 3B | 56 | 17 | 13 | 4B | 2C |
| Octal | 304 | 121 | 34 | 0 | 73 | 126 | 27 | 23 | 113 | 54 |
| Binary | 11000100 | 1010001 | 11100 | 0 | 111011 | 1010110 | 10111 | 10011 | 1001011 | 101100 |
Color Harmonies of #C4511C
Complementary color
Monochromatic Colors of #C4511C
Black with #C4511C
Text Example
Text Example
White with #C4511C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4511C; }
p { color: rgb(196,81,28); }
H1.HeaderClassName
{
color: #C4511C;
}
.AnyTagClassName
{
color: #C4511C;
}
</style>
background-color css
<style>
a { background-color: #C4511C; }
a { background-color: rgb(196,81,28); }
div.DivClassName
{
background-color: #C4511C;
}
.BgClassName
{
background-color: #C4511C;
}
</style>
border-color css
<style>
span { border-color: #C4511C; }
span { border-color: rgb(196,81,28); }
td.TdClassName
{
border-color: #C4511C;
}
.TagClassName
{
border-color: #C4511C;
}
</style>