Shades of Rust #C44E17
Tints of Rust #C44E17
RGB
CMYK
RGB Variations
Color information
#C44E17 (or 0xC44E17) is known color: Rust. HEX triplet: C4, 4E and 17. RGB value is (196,78,23). Sum of RGB (Red+Green+Blue) = 196+78+23=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 78 (30.86% from 255 or 26.26% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C44E17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C44E17 is #3BB1E8. Grayscale: #6B6B6B. Windows color (decimal): -3912169 or 1527492. OLE color: 1527492.
HSL color Cylindrical-coordinate representation of color #C44E17: hue angle of 19.08º 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 #C44E17 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 78 | 23 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.23 |
| HSL | 19.08º | 0.79% | 0.43% | - |
| HSV(B) | 19.08º | 0.88% | 0.77% | - |
| XYZ | 25.64 | 17.25 | 2.79 | - |
| YUV | 107.01 | 80.59 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 78 | 23 | 0 | 0.60 | 0.88 | 0.23 | 19.08 | 0.79 | 0.43 |
| Hex | C4 | 4E | 17 | 0 | 3C | 58 | 17 | 13 | 4F | 2B |
| Octal | 304 | 116 | 27 | 0 | 74 | 130 | 27 | 23 | 117 | 53 |
| Binary | 11000100 | 1001110 | 10111 | 0 | 111100 | 1011000 | 10111 | 10011 | 1001111 | 101011 |
Color Harmonies of #C44E17
Complementary color
Monochromatic Colors of #C44E17
Black with #C44E17
Text Example
Text Example
White with #C44E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44E17; }
p { color: rgb(196,78,23); }
H1.HeaderClassName
{
color: #C44E17;
}
.AnyTagClassName
{
color: #C44E17;
}
</style>
background-color css
<style>
a { background-color: #C44E17; }
a { background-color: rgb(196,78,23); }
div.DivClassName
{
background-color: #C44E17;
}
.BgClassName
{
background-color: #C44E17;
}
</style>
border-color css
<style>
span { border-color: #C44E17; }
span { border-color: rgb(196,78,23); }
td.TdClassName
{
border-color: #C44E17;
}
.TagClassName
{
border-color: #C44E17;
}
</style>