Shades of Rust #C44410
Tints of Rust #C44410
RGB
CMYK
RGB Variations
Color information
#C44410 (or 0xC44410) is known color: Rust. HEX triplet: C4, 44 and 10. RGB value is (196,68,16). Sum of RGB (Red+Green+Blue) = 196+68+16=280 (37% of max value = 765). Red value is 196 (76.95% from 255 or 70% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 196 - color contains mainly: red. Hex color #C44410 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44410 is #3BBBEF. Grayscale: #646464. Windows color (decimal): -3914736 or 1066180. OLE color: 1066180.
HSL color Cylindrical-coordinate representation of color #C44410: hue angle of 17.33º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C44410 is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 16 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.23 |
| HSL | 17.33º | 0.85% | 0.42% | - |
| HSV(B) | 17.33º | 0.92% | 0.77% | - |
| XYZ | 24.93 | 15.91 | 2.25 | - |
| YUV | 100.34 | 80.41 | 196.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 16 | 0 | 0.65 | 0.92 | 0.23 | 17.33 | 0.85 | 0.42 |
| Hex | C4 | 44 | 10 | 0 | 41 | 5C | 17 | 11 | 55 | 2A |
| Octal | 304 | 104 | 20 | 0 | 101 | 134 | 27 | 21 | 125 | 52 |
| Binary | 11000100 | 1000100 | 10000 | 0 | 1000001 | 1011100 | 10111 | 10001 | 1010101 | 101010 |
Color Harmonies of #C44410
Complementary color
Monochromatic Colors of #C44410
Black with #C44410
Text Example
Text Example
White with #C44410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44410; }
p { color: rgb(196,68,16); }
H1.HeaderClassName
{
color: #C44410;
}
.AnyTagClassName
{
color: #C44410;
}
</style>
background-color css
<style>
a { background-color: #C44410; }
a { background-color: rgb(196,68,16); }
div.DivClassName
{
background-color: #C44410;
}
.BgClassName
{
background-color: #C44410;
}
</style>
border-color css
<style>
span { border-color: #C44410; }
span { border-color: rgb(196,68,16); }
td.TdClassName
{
border-color: #C44410;
}
.TagClassName
{
border-color: #C44410;
}
</style>