Shades of Rust #C44106
Tints of Rust #C44106
RGB
CMYK
RGB Variations
Color information
#C44106 (or 0xC44106) is known color: Rust. HEX triplet: C4, 41 and 06. RGB value is (196,65,6). Sum of RGB (Red+Green+Blue) = 196+65+6=267 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.41% from 267); Green value is 65 (25.78% from 255 or 24.34% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 196 - color contains mainly: red. Hex color #C44106 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44106 is #3BBEF9. Grayscale: #616161. Windows color (decimal): -3915514 or 410052. OLE color: 410052.
HSL color Cylindrical-coordinate representation of color #C44106: hue angle of 18.63º degrees, saturation: 0.94, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C44106 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 6 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.23 |
| HSL | 18.63º | 0.94% | 0.4% | - |
| HSV(B) | 18.63º | 0.97% | 0.77% | - |
| XYZ | 24.69 | 15.53 | 1.87 | - |
| YUV | 97.44 | 76.4 | 198.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 6 | 0 | 0.67 | 0.97 | 0.23 | 18.63 | 0.94 | 0.4 |
| Hex | C4 | 41 | 6 | 0 | 43 | 61 | 17 | 13 | 5E | 28 |
| Octal | 304 | 101 | 6 | 0 | 103 | 141 | 27 | 23 | 136 | 50 |
| Binary | 11000100 | 1000001 | 110 | 0 | 1000011 | 1100001 | 10111 | 10011 | 1011110 | 101000 |
Color Harmonies of #C44106
Complementary color
Monochromatic Colors of #C44106
Black with #C44106
Text Example
Text Example
White with #C44106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44106; }
p { color: rgb(196,65,6); }
H1.HeaderClassName
{
color: #C44106;
}
.AnyTagClassName
{
color: #C44106;
}
</style>
background-color css
<style>
a { background-color: #C44106; }
a { background-color: rgb(196,65,6); }
div.DivClassName
{
background-color: #C44106;
}
.BgClassName
{
background-color: #C44106;
}
</style>
border-color css
<style>
span { border-color: #C44106; }
span { border-color: rgb(196,65,6); }
td.TdClassName
{
border-color: #C44106;
}
.TagClassName
{
border-color: #C44106;
}
</style>