Shades of Rust #C44807
Tints of Rust #C44807
RGB
CMYK
RGB Variations
Color information
#C44807 (or 0xC44807) is known color: Rust. HEX triplet: C4, 48 and 07. RGB value is (196,72,7). Sum of RGB (Red+Green+Blue) = 196+72+7=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 72 (28.52% from 255 or 26.18% from 275); Blue value is 7 (3.12% from 255 or 2.55% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C44807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44807 is #3BB7F8. Grayscale: #666666. Windows color (decimal): -3913721 or 477380. OLE color: 477380.
HSL color Cylindrical-coordinate representation of color #C44807: hue angle of 20.63º 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 #C44807 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 7 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.23 |
| HSL | 20.63º | 0.93% | 0.4% | - |
| HSV(B) | 20.63º | 0.96% | 0.77% | - |
| XYZ | 25.12 | 16.39 | 2.04 | - |
| YUV | 101.67 | 74.58 | 195.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 7 | 0 | 0.63 | 0.96 | 0.23 | 20.63 | 0.93 | 0.4 |
| Hex | C4 | 48 | 7 | 0 | 3F | 60 | 17 | 15 | 5D | 28 |
| Octal | 304 | 110 | 7 | 0 | 77 | 140 | 27 | 25 | 135 | 50 |
| Binary | 11000100 | 1001000 | 111 | 0 | 111111 | 1100000 | 10111 | 10101 | 1011101 | 101000 |
Color Harmonies of #C44807
Complementary color
Monochromatic Colors of #C44807
Black with #C44807
Text Example
Text Example
White with #C44807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44807; }
p { color: rgb(196,72,7); }
H1.HeaderClassName
{
color: #C44807;
}
.AnyTagClassName
{
color: #C44807;
}
</style>
background-color css
<style>
a { background-color: #C44807; }
a { background-color: rgb(196,72,7); }
div.DivClassName
{
background-color: #C44807;
}
.BgClassName
{
background-color: #C44807;
}
</style>
border-color css
<style>
span { border-color: #C44807; }
span { border-color: rgb(196,72,7); }
td.TdClassName
{
border-color: #C44807;
}
.TagClassName
{
border-color: #C44807;
}
</style>