Shades of Rust #C45218
Tints of Rust #C45218
RGB
CMYK
RGB Variations
Color information
#C45218 (or 0xC45218) is known color: Rust. HEX triplet: C4, 52 and 18. RGB value is (196,82,24). Sum of RGB (Red+Green+Blue) = 196+82+24=302 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.90% from 302); Green value is 82 (32.42% from 255 or 27.15% from 302); Blue value is 24 (9.77% from 255 or 7.95% from 302); Max value from RGB is 196 - color contains mainly: red. Hex color #C45218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45218 is #3BADE7. Grayscale: #6D6D6D. Windows color (decimal): -3911144 or 1594052. OLE color: 1594052.
HSL color Cylindrical-coordinate representation of color #C45218: hue angle of 20.23º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C45218 is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 82 | 24 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.23 |
| HSL | 20.23º | 0.78% | 0.43% | - |
| HSV(B) | 20.23º | 0.88% | 0.77% | - |
| XYZ | 25.95 | 17.84 | 2.94 | - |
| YUV | 109.47 | 79.77 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 82 | 24 | 0 | 0.58 | 0.88 | 0.23 | 20.23 | 0.78 | 0.43 |
| Hex | C4 | 52 | 18 | 0 | 3A | 58 | 17 | 14 | 4E | 2B |
| Octal | 304 | 122 | 30 | 0 | 72 | 130 | 27 | 24 | 116 | 53 |
| Binary | 11000100 | 1010010 | 11000 | 0 | 111010 | 1011000 | 10111 | 10100 | 1001110 | 101011 |
Color Harmonies of #C45218
Complementary color
Monochromatic Colors of #C45218
Black with #C45218
Text Example
Text Example
White with #C45218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45218; }
p { color: rgb(196,82,24); }
H1.HeaderClassName
{
color: #C45218;
}
.AnyTagClassName
{
color: #C45218;
}
</style>
background-color css
<style>
a { background-color: #C45218; }
a { background-color: rgb(196,82,24); }
div.DivClassName
{
background-color: #C45218;
}
.BgClassName
{
background-color: #C45218;
}
</style>
border-color css
<style>
span { border-color: #C45218; }
span { border-color: rgb(196,82,24); }
td.TdClassName
{
border-color: #C45218;
}
.TagClassName
{
border-color: #C45218;
}
</style>