Shades of Rust #C44708
Tints of Rust #C44708
RGB
CMYK
RGB Variations
Color information
#C44708 (or 0xC44708) is known color: Rust. HEX triplet: C4, 47 and 08. RGB value is (196,71,8). Sum of RGB (Red+Green+Blue) = 196+71+8=275 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.27% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 8 (3.52% from 255 or 2.91% from 275); Max value from RGB is 196 - color contains mainly: red. Hex color #C44708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44708 is #3BB8F7. Grayscale: #656565. Windows color (decimal): -3913976 or 542660. OLE color: 542660.
HSL color Cylindrical-coordinate representation of color #C44708: hue angle of 20.11º degrees, saturation: 0.92, 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 #C44708 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 8 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.23 |
| HSL | 20.11º | 0.92% | 0.4% | - |
| HSV(B) | 20.11º | 0.96% | 0.77% | - |
| XYZ | 25.06 | 16.26 | 2.05 | - |
| YUV | 101.19 | 75.41 | 195.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 8 | 0 | 0.64 | 0.96 | 0.23 | 20.11 | 0.92 | 0.4 |
| Hex | C4 | 47 | 8 | 0 | 40 | 60 | 17 | 14 | 5C | 28 |
| Octal | 304 | 107 | 10 | 0 | 100 | 140 | 27 | 24 | 134 | 50 |
| Binary | 11000100 | 1000111 | 1000 | 0 | 1000000 | 1100000 | 10111 | 10100 | 1011100 | 101000 |
Color Harmonies of #C44708
Complementary color
Monochromatic Colors of #C44708
Black with #C44708
Text Example
Text Example
White with #C44708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44708; }
p { color: rgb(196,71,8); }
H1.HeaderClassName
{
color: #C44708;
}
.AnyTagClassName
{
color: #C44708;
}
</style>
background-color css
<style>
a { background-color: #C44708; }
a { background-color: rgb(196,71,8); }
div.DivClassName
{
background-color: #C44708;
}
.BgClassName
{
background-color: #C44708;
}
</style>
border-color css
<style>
span { border-color: #C44708; }
span { border-color: rgb(196,71,8); }
td.TdClassName
{
border-color: #C44708;
}
.TagClassName
{
border-color: #C44708;
}
</style>