Shades of Rust #C44D12
Tints of Rust #C44D12
RGB
CMYK
RGB Variations
Color information
#C44D12 (or 0xC44D12) is known color: Rust. HEX triplet: C4, 4D and 12. RGB value is (196,77,18). Sum of RGB (Red+Green+Blue) = 196+77+18=291 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.35% from 291); Green value is 77 (30.47% from 255 or 26.46% from 291); Blue value is 18 (7.42% from 255 or 6.19% from 291); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C44D12 is #3BB2ED. Grayscale: #6A6A6A. Windows color (decimal): -3912430 or 1199556. OLE color: 1199556.
HSL color Cylindrical-coordinate representation of color #C44D12: hue angle of 19.89º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C44D12 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 18 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.23 |
| HSL | 19.89º | 0.83% | 0.42% | - |
| HSV(B) | 19.89º | 0.91% | 0.77% | - |
| XYZ | 25.53 | 17.09 | 2.52 | - |
| YUV | 105.86 | 78.42 | 192.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 18 | 0 | 0.61 | 0.91 | 0.23 | 19.89 | 0.83 | 0.42 |
| Hex | C4 | 4D | 12 | 0 | 3D | 5B | 17 | 14 | 53 | 2A |
| Octal | 304 | 115 | 22 | 0 | 75 | 133 | 27 | 24 | 123 | 52 |
| Binary | 11000100 | 1001101 | 10010 | 0 | 111101 | 1011011 | 10111 | 10100 | 1010011 | 101010 |
Color Harmonies of #C44D12
Complementary color
Monochromatic Colors of #C44D12
Black with #C44D12
Text Example
Text Example
White with #C44D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D12; }
p { color: rgb(196,77,18); }
H1.HeaderClassName
{
color: #C44D12;
}
.AnyTagClassName
{
color: #C44D12;
}
</style>
background-color css
<style>
a { background-color: #C44D12; }
a { background-color: rgb(196,77,18); }
div.DivClassName
{
background-color: #C44D12;
}
.BgClassName
{
background-color: #C44D12;
}
</style>
border-color css
<style>
span { border-color: #C44D12; }
span { border-color: rgb(196,77,18); }
td.TdClassName
{
border-color: #C44D12;
}
.TagClassName
{
border-color: #C44D12;
}
</style>