Shades of Rust #C44C18
Tints of Rust #C44C18
RGB
CMYK
RGB Variations
Color information
#C44C18 (or 0xC44C18) is known color: Rust. HEX triplet: C4, 4C and 18. RGB value is (196,76,24). Sum of RGB (Red+Green+Blue) = 196+76+24=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44C18 is #3BB3E7. Grayscale: #6A6A6A. Windows color (decimal): -3912680 or 1592516. OLE color: 1592516.
HSL color Cylindrical-coordinate representation of color #C44C18: hue angle of 18.14º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C44C18 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 24 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.23 |
| HSL | 18.14º | 0.78% | 0.43% | - |
| HSV(B) | 18.14º | 0.88% | 0.77% | - |
| XYZ | 25.51 | 16.97 | 2.8 | - |
| YUV | 105.95 | 81.76 | 192.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 24 | 0 | 0.61 | 0.88 | 0.23 | 18.14 | 0.78 | 0.43 |
| Hex | C4 | 4C | 18 | 0 | 3D | 58 | 17 | 12 | 4E | 2B |
| Octal | 304 | 114 | 30 | 0 | 75 | 130 | 27 | 22 | 116 | 53 |
| Binary | 11000100 | 1001100 | 11000 | 0 | 111101 | 1011000 | 10111 | 10010 | 1001110 | 101011 |
Color Harmonies of #C44C18
Complementary color
Monochromatic Colors of #C44C18
Black with #C44C18
Text Example
Text Example
White with #C44C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C18; }
p { color: rgb(196,76,24); }
H1.HeaderClassName
{
color: #C44C18;
}
.AnyTagClassName
{
color: #C44C18;
}
</style>
background-color css
<style>
a { background-color: #C44C18; }
a { background-color: rgb(196,76,24); }
div.DivClassName
{
background-color: #C44C18;
}
.BgClassName
{
background-color: #C44C18;
}
</style>
border-color css
<style>
span { border-color: #C44C18; }
span { border-color: rgb(196,76,24); }
td.TdClassName
{
border-color: #C44C18;
}
.TagClassName
{
border-color: #C44C18;
}
</style>