Shades of Rust #C44506
Tints of Rust #C44506
RGB
CMYK
RGB Variations
Color information
#C44506 (or 0xC44506) is known color: Rust. HEX triplet: C4, 45 and 06. RGB value is (196,69,6). Sum of RGB (Red+Green+Blue) = 196+69+6=271 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.32% from 271); Green value is 69 (27.34% from 255 or 25.46% from 271); Blue value is 6 (2.73% from 255 or 2.21% from 271); Max value from RGB is 196 - color contains mainly: red. Hex color #C44506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44506 is #3BBAF9. Grayscale: #646464. Windows color (decimal): -3914490 or 411076. OLE color: 411076.
HSL color Cylindrical-coordinate representation of color #C44506: hue angle of 19.89º 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 #C44506 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 69 | 6 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.23 |
| HSL | 19.89º | 0.94% | 0.4% | - |
| HSV(B) | 19.89º | 0.97% | 0.77% | - |
| XYZ | 24.93 | 16.01 | 1.95 | - |
| YUV | 99.79 | 75.08 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 69 | 6 | 0 | 0.65 | 0.97 | 0.23 | 19.89 | 0.94 | 0.4 |
| Hex | C4 | 45 | 6 | 0 | 41 | 61 | 17 | 14 | 5E | 28 |
| Octal | 304 | 105 | 6 | 0 | 101 | 141 | 27 | 24 | 136 | 50 |
| Binary | 11000100 | 1000101 | 110 | 0 | 1000001 | 1100001 | 10111 | 10100 | 1011110 | 101000 |
Color Harmonies of #C44506
Complementary color
Monochromatic Colors of #C44506
Black with #C44506
Text Example
Text Example
White with #C44506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44506; }
p { color: rgb(196,69,6); }
H1.HeaderClassName
{
color: #C44506;
}
.AnyTagClassName
{
color: #C44506;
}
</style>
background-color css
<style>
a { background-color: #C44506; }
a { background-color: rgb(196,69,6); }
div.DivClassName
{
background-color: #C44506;
}
.BgClassName
{
background-color: #C44506;
}
</style>
border-color css
<style>
span { border-color: #C44506; }
span { border-color: rgb(196,69,6); }
td.TdClassName
{
border-color: #C44506;
}
.TagClassName
{
border-color: #C44506;
}
</style>