Shades of Rust #C44918
Tints of Rust #C44918
RGB
CMYK
RGB Variations
Color information
#C44918 (or 0xC44918) is known color: Rust. HEX triplet: C4, 49 and 18. RGB value is (196,73,24). Sum of RGB (Red+Green+Blue) = 196+73+24=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 73 (28.91% from 255 or 24.91% from 293); Blue value is 24 (9.77% from 255 or 8.19% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C44918 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44918 is #3BB6E7. Grayscale: #686868. Windows color (decimal): -3913448 or 1591748. OLE color: 1591748.
HSL color Cylindrical-coordinate representation of color #C44918: hue angle of 17.09º 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 #C44918 is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 24 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.23 |
| HSL | 17.09º | 0.78% | 0.43% | - |
| HSV(B) | 17.09º | 0.88% | 0.77% | - |
| XYZ | 25.31 | 16.57 | 2.73 | - |
| YUV | 104.19 | 82.75 | 193.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 24 | 0 | 0.63 | 0.88 | 0.23 | 17.09 | 0.78 | 0.43 |
| Hex | C4 | 49 | 18 | 0 | 3F | 58 | 17 | 11 | 4E | 2B |
| Octal | 304 | 111 | 30 | 0 | 77 | 130 | 27 | 21 | 116 | 53 |
| Binary | 11000100 | 1001001 | 11000 | 0 | 111111 | 1011000 | 10111 | 10001 | 1001110 | 101011 |
Color Harmonies of #C44918
Complementary color
Monochromatic Colors of #C44918
Black with #C44918
Text Example
Text Example
White with #C44918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44918; }
p { color: rgb(196,73,24); }
H1.HeaderClassName
{
color: #C44918;
}
.AnyTagClassName
{
color: #C44918;
}
</style>
background-color css
<style>
a { background-color: #C44918; }
a { background-color: rgb(196,73,24); }
div.DivClassName
{
background-color: #C44918;
}
.BgClassName
{
background-color: #C44918;
}
</style>
border-color css
<style>
span { border-color: #C44918; }
span { border-color: rgb(196,73,24); }
td.TdClassName
{
border-color: #C44918;
}
.TagClassName
{
border-color: #C44918;
}
</style>