Shades of Rust #C4400D
Tints of Rust #C4400D
RGB
CMYK
RGB Variations
Color information
#C4400D (or 0xC4400D) is known color: Rust. HEX triplet: C4, 40 and 0D. RGB value is (196,64,13). Sum of RGB (Red+Green+Blue) = 196+64+13=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C4400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4400D is #3BBFF2. Grayscale: #616161. Windows color (decimal): -3915763 or 868548. OLE color: 868548.
HSL color Cylindrical-coordinate representation of color #C4400D: hue angle of 16.72º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4400D is Cyan = 0, Magento = 0.67, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 13 | - |
| CMYK | 0 | 0.67 | 0.93 | 0.23 |
| HSL | 16.72º | 0.88% | 0.41% | - |
| HSV(B) | 16.72º | 0.93% | 0.77% | - |
| XYZ | 24.67 | 15.43 | 2.06 | - |
| YUV | 97.65 | 80.23 | 198.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 13 | 0 | 0.67 | 0.93 | 0.23 | 16.72 | 0.88 | 0.41 |
| Hex | C4 | 40 | D | 0 | 43 | 5D | 17 | 11 | 58 | 29 |
| Octal | 304 | 100 | 15 | 0 | 103 | 135 | 27 | 21 | 130 | 51 |
| Binary | 11000100 | 1000000 | 1101 | 0 | 1000011 | 1011101 | 10111 | 10001 | 1011000 | 101001 |
Color Harmonies of #C4400D
Complementary color
Monochromatic Colors of #C4400D
Black with #C4400D
Text Example
Text Example
White with #C4400D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4400D; }
p { color: rgb(196,64,13); }
H1.HeaderClassName
{
color: #C4400D;
}
.AnyTagClassName
{
color: #C4400D;
}
</style>
background-color css
<style>
a { background-color: #C4400D; }
a { background-color: rgb(196,64,13); }
div.DivClassName
{
background-color: #C4400D;
}
.BgClassName
{
background-color: #C4400D;
}
</style>
border-color css
<style>
span { border-color: #C4400D; }
span { border-color: rgb(196,64,13); }
td.TdClassName
{
border-color: #C4400D;
}
.TagClassName
{
border-color: #C4400D;
}
</style>