Shades of Rust #C44216
Tints of Rust #C44216
RGB
CMYK
RGB Variations
Color information
#C44216 (or 0xC44216) is known color: Rust. HEX triplet: C4, 42 and 16. RGB value is (196,66,22). Sum of RGB (Red+Green+Blue) = 196+66+22=284 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.01% from 284); Green value is 66 (26.17% from 255 or 23.24% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 196 - color contains mainly: red. Hex color #C44216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44216 is #3BBDE9. Grayscale: #646464. Windows color (decimal): -3915242 or 1458884. OLE color: 1458884.
HSL color Cylindrical-coordinate representation of color #C44216: hue angle of 15.17º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C44216 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 22 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.23 |
| HSL | 15.17º | 0.8% | 0.43% | - |
| HSV(B) | 15.17º | 0.89% | 0.77% | - |
| XYZ | 24.86 | 15.69 | 2.48 | - |
| YUV | 99.85 | 84.07 | 196.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 22 | 0 | 0.66 | 0.89 | 0.23 | 15.17 | 0.8 | 0.43 |
| Hex | C4 | 42 | 16 | 0 | 42 | 59 | 17 | F | 50 | 2B |
| Octal | 304 | 102 | 26 | 0 | 102 | 131 | 27 | 17 | 120 | 53 |
| Binary | 11000100 | 1000010 | 10110 | 0 | 1000010 | 1011001 | 10111 | 1111 | 1010000 | 101011 |
Color Harmonies of #C44216
Complementary color
Monochromatic Colors of #C44216
Black with #C44216
Text Example
Text Example
White with #C44216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44216; }
p { color: rgb(196,66,22); }
H1.HeaderClassName
{
color: #C44216;
}
.AnyTagClassName
{
color: #C44216;
}
</style>
background-color css
<style>
a { background-color: #C44216; }
a { background-color: rgb(196,66,22); }
div.DivClassName
{
background-color: #C44216;
}
.BgClassName
{
background-color: #C44216;
}
</style>
border-color css
<style>
span { border-color: #C44216; }
span { border-color: rgb(196,66,22); }
td.TdClassName
{
border-color: #C44216;
}
.TagClassName
{
border-color: #C44216;
}
</style>