Shades of Rust #C44913
Tints of Rust #C44913
RGB
CMYK
RGB Variations
Color information
#C44913 (or 0xC44913) is known color: Rust. HEX triplet: C4, 49 and 13. RGB value is (196,73,19). Sum of RGB (Red+Green+Blue) = 196+73+19=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 73 (28.91% from 255 or 25.35% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C44913 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44913 is #3BB6EC. Grayscale: #676767. Windows color (decimal): -3913453 or 1264068. OLE color: 1264068.
HSL color Cylindrical-coordinate representation of color #C44913: hue angle of 18.31º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C44913 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 19 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.23 |
| HSL | 18.31º | 0.82% | 0.42% | - |
| HSV(B) | 18.31º | 0.9% | 0.77% | - |
| XYZ | 25.27 | 16.55 | 2.48 | - |
| YUV | 103.62 | 80.25 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 19 | 0 | 0.63 | 0.90 | 0.23 | 18.31 | 0.82 | 0.42 |
| Hex | C4 | 49 | 13 | 0 | 3F | 5A | 17 | 12 | 52 | 2A |
| Octal | 304 | 111 | 23 | 0 | 77 | 132 | 27 | 22 | 122 | 52 |
| Binary | 11000100 | 1001001 | 10011 | 0 | 111111 | 1011010 | 10111 | 10010 | 1010010 | 101010 |
Color Harmonies of #C44913
Complementary color
Monochromatic Colors of #C44913
Black with #C44913
Text Example
Text Example
White with #C44913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44913; }
p { color: rgb(196,73,19); }
H1.HeaderClassName
{
color: #C44913;
}
.AnyTagClassName
{
color: #C44913;
}
</style>
background-color css
<style>
a { background-color: #C44913; }
a { background-color: rgb(196,73,19); }
div.DivClassName
{
background-color: #C44913;
}
.BgClassName
{
background-color: #C44913;
}
</style>
border-color css
<style>
span { border-color: #C44913; }
span { border-color: rgb(196,73,19); }
td.TdClassName
{
border-color: #C44913;
}
.TagClassName
{
border-color: #C44913;
}
</style>