Shades of Rust #C44407
Tints of Rust #C44407
RGB
CMYK
RGB Variations
Color information
#C44407 (or 0xC44407) is known color: Rust. HEX triplet: C4, 44 and 07. RGB value is (196,68,7). Sum of RGB (Red+Green+Blue) = 196+68+7=271 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.32% from 271); Green value is 68 (26.95% from 255 or 25.09% from 271); Blue value is 7 (3.12% from 255 or 2.58% from 271); Max value from RGB is 196 - color contains mainly: red. Hex color #C44407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44407 is #3BBBF8. Grayscale: #636363. Windows color (decimal): -3914745 or 476356. OLE color: 476356.
HSL color Cylindrical-coordinate representation of color #C44407: hue angle of 19.37º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C44407 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 7 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.23 |
| HSL | 19.37º | 0.93% | 0.4% | - |
| HSV(B) | 19.37º | 0.96% | 0.77% | - |
| XYZ | 24.87 | 15.89 | 1.96 | - |
| YUV | 99.32 | 75.91 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 7 | 0 | 0.65 | 0.96 | 0.23 | 19.37 | 0.93 | 0.4 |
| Hex | C4 | 44 | 7 | 0 | 41 | 60 | 17 | 13 | 5D | 28 |
| Octal | 304 | 104 | 7 | 0 | 101 | 140 | 27 | 23 | 135 | 50 |
| Binary | 11000100 | 1000100 | 111 | 0 | 1000001 | 1100000 | 10111 | 10011 | 1011101 | 101000 |
Color Harmonies of #C44407
Complementary color
Monochromatic Colors of #C44407
Black with #C44407
Text Example
Text Example
White with #C44407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44407; }
p { color: rgb(196,68,7); }
H1.HeaderClassName
{
color: #C44407;
}
.AnyTagClassName
{
color: #C44407;
}
</style>
background-color css
<style>
a { background-color: #C44407; }
a { background-color: rgb(196,68,7); }
div.DivClassName
{
background-color: #C44407;
}
.BgClassName
{
background-color: #C44407;
}
</style>
border-color css
<style>
span { border-color: #C44407; }
span { border-color: rgb(196,68,7); }
td.TdClassName
{
border-color: #C44407;
}
.TagClassName
{
border-color: #C44407;
}
</style>