Shades of Rust #C44907
Tints of Rust #C44907
RGB
CMYK
RGB Variations
Color information
#C44907 (or 0xC44907) is known color: Rust. HEX triplet: C4, 49 and 07. RGB value is (196,73,7). Sum of RGB (Red+Green+Blue) = 196+73+7=276 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.01% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 7 (3.12% from 255 or 2.54% from 276); Max value from RGB is 196 - color contains mainly: red. Hex color #C44907 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44907 is #3BB6F8. Grayscale: #666666. Windows color (decimal): -3913465 or 477636. OLE color: 477636.
HSL color Cylindrical-coordinate representation of color #C44907: hue angle of 20.95º 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 #C44907 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 7 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.23 |
| HSL | 20.95º | 0.93% | 0.4% | - |
| HSV(B) | 20.95º | 0.96% | 0.77% | - |
| XYZ | 25.19 | 16.52 | 2.06 | - |
| YUV | 102.25 | 74.25 | 194.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 7 | 0 | 0.63 | 0.96 | 0.23 | 20.95 | 0.93 | 0.4 |
| Hex | C4 | 49 | 7 | 0 | 3F | 60 | 17 | 15 | 5D | 28 |
| Octal | 304 | 111 | 7 | 0 | 77 | 140 | 27 | 25 | 135 | 50 |
| Binary | 11000100 | 1001001 | 111 | 0 | 111111 | 1100000 | 10111 | 10101 | 1011101 | 101000 |
Color Harmonies of #C44907
Complementary color
Monochromatic Colors of #C44907
Black with #C44907
Text Example
Text Example
White with #C44907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44907; }
p { color: rgb(196,73,7); }
H1.HeaderClassName
{
color: #C44907;
}
.AnyTagClassName
{
color: #C44907;
}
</style>
background-color css
<style>
a { background-color: #C44907; }
a { background-color: rgb(196,73,7); }
div.DivClassName
{
background-color: #C44907;
}
.BgClassName
{
background-color: #C44907;
}
</style>
border-color css
<style>
span { border-color: #C44907; }
span { border-color: rgb(196,73,7); }
td.TdClassName
{
border-color: #C44907;
}
.TagClassName
{
border-color: #C44907;
}
</style>