Shades of Rust #C44114
Tints of Rust #C44114
RGB
CMYK
RGB Variations
Color information
#C44114 (or 0xC44114) is known color: Rust. HEX triplet: C4, 41 and 14. RGB value is (196,65,20). Sum of RGB (Red+Green+Blue) = 196+65+20=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C44114 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44114 is #3BBEEB. Grayscale: #636363. Windows color (decimal): -3915500 or 1327556. OLE color: 1327556.
HSL color Cylindrical-coordinate representation of color #C44114: hue angle of 15.34º 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 #C44114 is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 20 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.23 |
| HSL | 15.34º | 0.81% | 0.42% | - |
| HSV(B) | 15.34º | 0.9% | 0.77% | - |
| XYZ | 24.78 | 15.57 | 2.36 | - |
| YUV | 99.04 | 83.4 | 197.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 20 | 0 | 0.67 | 0.90 | 0.23 | 15.34 | 0.81 | 0.42 |
| Hex | C4 | 41 | 14 | 0 | 43 | 5A | 17 | F | 51 | 2A |
| Octal | 304 | 101 | 24 | 0 | 103 | 132 | 27 | 17 | 121 | 52 |
| Binary | 11000100 | 1000001 | 10100 | 0 | 1000011 | 1011010 | 10111 | 1111 | 1010001 | 101010 |
Color Harmonies of #C44114
Complementary color
Monochromatic Colors of #C44114
Black with #C44114
Text Example
Text Example
White with #C44114
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44114; }
p { color: rgb(196,65,20); }
H1.HeaderClassName
{
color: #C44114;
}
.AnyTagClassName
{
color: #C44114;
}
</style>
background-color css
<style>
a { background-color: #C44114; }
a { background-color: rgb(196,65,20); }
div.DivClassName
{
background-color: #C44114;
}
.BgClassName
{
background-color: #C44114;
}
</style>
border-color css
<style>
span { border-color: #C44114; }
span { border-color: rgb(196,65,20); }
td.TdClassName
{
border-color: #C44114;
}
.TagClassName
{
border-color: #C44114;
}
</style>