Shades of Rust #C44C17
Tints of Rust #C44C17
RGB
CMYK
RGB Variations
Color information
#C44C17 (or 0xC44C17) is known color: Rust. HEX triplet: C4, 4C and 17. RGB value is (196,76,23). Sum of RGB (Red+Green+Blue) = 196+76+23=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 23 (9.38% from 255 or 7.80% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C44C17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44C17 is #3BB3E8. Grayscale: #6A6A6A. Windows color (decimal): -3912681 or 1526980. OLE color: 1526980.
HSL color Cylindrical-coordinate representation of color #C44C17: hue angle of 18.38º degrees, saturation: 0.79, 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 #C44C17 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 76 | 23 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.23 |
| HSL | 18.38º | 0.79% | 0.43% | - |
| HSV(B) | 18.38º | 0.88% | 0.77% | - |
| XYZ | 25.5 | 16.97 | 2.74 | - |
| YUV | 105.84 | 81.26 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 76 | 23 | 0 | 0.61 | 0.88 | 0.23 | 18.38 | 0.79 | 0.43 |
| Hex | C4 | 4C | 17 | 0 | 3D | 58 | 17 | 12 | 4F | 2B |
| Octal | 304 | 114 | 27 | 0 | 75 | 130 | 27 | 22 | 117 | 53 |
| Binary | 11000100 | 1001100 | 10111 | 0 | 111101 | 1011000 | 10111 | 10010 | 1001111 | 101011 |
Color Harmonies of #C44C17
Complementary color
Monochromatic Colors of #C44C17
Black with #C44C17
Text Example
Text Example
White with #C44C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44C17; }
p { color: rgb(196,76,23); }
H1.HeaderClassName
{
color: #C44C17;
}
.AnyTagClassName
{
color: #C44C17;
}
</style>
background-color css
<style>
a { background-color: #C44C17; }
a { background-color: rgb(196,76,23); }
div.DivClassName
{
background-color: #C44C17;
}
.BgClassName
{
background-color: #C44C17;
}
</style>
border-color css
<style>
span { border-color: #C44C17; }
span { border-color: rgb(196,76,23); }
td.TdClassName
{
border-color: #C44C17;
}
.TagClassName
{
border-color: #C44C17;
}
</style>