Shades of Rust #C44008
Tints of Rust #C44008
RGB
CMYK
RGB Variations
Color information
#C44008 (or 0xC44008) is known color: Rust. HEX triplet: C4, 40 and 08. RGB value is (196,64,8). Sum of RGB (Red+Green+Blue) = 196+64+8=268 (35% of max value = 765). Red value is 196 (76.95% from 255 or 73.13% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 196 - color contains mainly: red. Hex color #C44008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44008 is #3BBFF7. Grayscale: #616161. Windows color (decimal): -3915768 or 540868. OLE color: 540868.
HSL color Cylindrical-coordinate representation of color #C44008: hue angle of 17.87º 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 #C44008 is Cyan = 0, Magento = 0.67, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 8 | - |
| CMYK | 0 | 0.67 | 0.96 | 0.23 |
| HSL | 17.87º | 0.92% | 0.4% | - |
| HSV(B) | 17.87º | 0.96% | 0.77% | - |
| XYZ | 24.64 | 15.42 | 1.91 | - |
| YUV | 97.08 | 77.73 | 198.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 8 | 0 | 0.67 | 0.96 | 0.23 | 17.87 | 0.92 | 0.4 |
| Hex | C4 | 40 | 8 | 0 | 43 | 60 | 17 | 12 | 5C | 28 |
| Octal | 304 | 100 | 10 | 0 | 103 | 140 | 27 | 22 | 134 | 50 |
| Binary | 11000100 | 1000000 | 1000 | 0 | 1000011 | 1100000 | 10111 | 10010 | 1011100 | 101000 |
Color Harmonies of #C44008
Complementary color
Monochromatic Colors of #C44008
Black with #C44008
Text Example
Text Example
White with #C44008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44008; }
p { color: rgb(196,64,8); }
H1.HeaderClassName
{
color: #C44008;
}
.AnyTagClassName
{
color: #C44008;
}
</style>
background-color css
<style>
a { background-color: #C44008; }
a { background-color: rgb(196,64,8); }
div.DivClassName
{
background-color: #C44008;
}
.BgClassName
{
background-color: #C44008;
}
</style>
border-color css
<style>
span { border-color: #C44008; }
span { border-color: rgb(196,64,8); }
td.TdClassName
{
border-color: #C44008;
}
.TagClassName
{
border-color: #C44008;
}
</style>