Shades of Rust #C44113
Tints of Rust #C44113
RGB
CMYK
RGB Variations
Color information
#C44113 (or 0xC44113) is known color: Rust. HEX triplet: C4, 41 and 13. RGB value is (196,65,19). Sum of RGB (Red+Green+Blue) = 196+65+19=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C44113 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44113 is #3BBEEC. Grayscale: #636363. Windows color (decimal): -3915501 or 1262020. OLE color: 1262020.
HSL color Cylindrical-coordinate representation of color #C44113: hue angle of 15.59º 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 #C44113 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 19 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.23 |
| HSL | 15.59º | 0.82% | 0.42% | - |
| HSV(B) | 15.59º | 0.9% | 0.77% | - |
| XYZ | 24.77 | 15.56 | 2.31 | - |
| YUV | 98.93 | 82.9 | 197.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 19 | 0 | 0.67 | 0.90 | 0.23 | 15.59 | 0.82 | 0.42 |
| Hex | C4 | 41 | 13 | 0 | 43 | 5A | 17 | 10 | 52 | 2A |
| Octal | 304 | 101 | 23 | 0 | 103 | 132 | 27 | 20 | 122 | 52 |
| Binary | 11000100 | 1000001 | 10011 | 0 | 1000011 | 1011010 | 10111 | 10000 | 1010010 | 101010 |
Color Harmonies of #C44113
Complementary color
Monochromatic Colors of #C44113
Black with #C44113
Text Example
Text Example
White with #C44113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44113; }
p { color: rgb(196,65,19); }
H1.HeaderClassName
{
color: #C44113;
}
.AnyTagClassName
{
color: #C44113;
}
</style>
background-color css
<style>
a { background-color: #C44113; }
a { background-color: rgb(196,65,19); }
div.DivClassName
{
background-color: #C44113;
}
.BgClassName
{
background-color: #C44113;
}
</style>
border-color css
<style>
span { border-color: #C44113; }
span { border-color: rgb(196,65,19); }
td.TdClassName
{
border-color: #C44113;
}
.TagClassName
{
border-color: #C44113;
}
</style>