Shades of Rust #C44D14
Tints of Rust #C44D14
RGB
CMYK
RGB Variations
Color information
#C44D14 (or 0xC44D14) is known color: Rust. HEX triplet: C4, 4D and 14. RGB value is (196,77,20). Sum of RGB (Red+Green+Blue) = 196+77+20=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 77 (30.47% from 255 or 26.28% from 293); Blue value is 20 (8.20% from 255 or 6.83% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C44D14 is #3BB2EB. Grayscale: #6A6A6A. Windows color (decimal): -3912428 or 1330628. OLE color: 1330628.
HSL color Cylindrical-coordinate representation of color #C44D14: hue angle of 19.43º degrees, saturation: 0.81, 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 #C44D14 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 20 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.23 |
| HSL | 19.43º | 0.81% | 0.42% | - |
| HSV(B) | 19.43º | 0.9% | 0.77% | - |
| XYZ | 25.55 | 17.09 | 2.61 | - |
| YUV | 106.08 | 79.42 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 20 | 0 | 0.61 | 0.90 | 0.23 | 19.43 | 0.81 | 0.42 |
| Hex | C4 | 4D | 14 | 0 | 3D | 5A | 17 | 13 | 51 | 2A |
| Octal | 304 | 115 | 24 | 0 | 75 | 132 | 27 | 23 | 121 | 52 |
| Binary | 11000100 | 1001101 | 10100 | 0 | 111101 | 1011010 | 10111 | 10011 | 1010001 | 101010 |
Color Harmonies of #C44D14
Complementary color
Monochromatic Colors of #C44D14
Black with #C44D14
Text Example
Text Example
White with #C44D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D14; }
p { color: rgb(196,77,20); }
H1.HeaderClassName
{
color: #C44D14;
}
.AnyTagClassName
{
color: #C44D14;
}
</style>
background-color css
<style>
a { background-color: #C44D14; }
a { background-color: rgb(196,77,20); }
div.DivClassName
{
background-color: #C44D14;
}
.BgClassName
{
background-color: #C44D14;
}
</style>
border-color css
<style>
span { border-color: #C44D14; }
span { border-color: rgb(196,77,20); }
td.TdClassName
{
border-color: #C44D14;
}
.TagClassName
{
border-color: #C44D14;
}
</style>