Shades of Rust #C4400C
Tints of Rust #C4400C
RGB
CMYK
RGB Variations
Color information
#C4400C (or 0xC4400C) is known color: Rust. HEX triplet: C4, 40 and 0C. RGB value is (196,64,12). Sum of RGB (Red+Green+Blue) = 196+64+12=272 (36% of max value = 765). Red value is 196 (76.95% from 255 or 72.06% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 196 - color contains mainly: red. Hex color #C4400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4400C is #3BBFF3. Grayscale: #616161. Windows color (decimal): -3915764 or 803012. OLE color: 803012.
HSL color Cylindrical-coordinate representation of color #C4400C: hue angle of 16.96º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4400C is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 12 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.23 |
| HSL | 16.96º | 0.88% | 0.41% | - |
| HSV(B) | 16.96º | 0.94% | 0.77% | - |
| XYZ | 24.66 | 15.43 | 2.03 | - |
| YUV | 97.54 | 79.73 | 198.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 12 | 0 | 0.67 | 0.94 | 0.23 | 16.96 | 0.88 | 0.41 |
| Hex | C4 | 40 | C | 0 | 43 | 5E | 17 | 11 | 58 | 29 |
| Octal | 304 | 100 | 14 | 0 | 103 | 136 | 27 | 21 | 130 | 51 |
| Binary | 11000100 | 1000000 | 1100 | 0 | 1000011 | 1011110 | 10111 | 10001 | 1011000 | 101001 |
Color Harmonies of #C4400C
Complementary color
Monochromatic Colors of #C4400C
Black with #C4400C
Text Example
Text Example
White with #C4400C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4400C; }
p { color: rgb(196,64,12); }
H1.HeaderClassName
{
color: #C4400C;
}
.AnyTagClassName
{
color: #C4400C;
}
</style>
background-color css
<style>
a { background-color: #C4400C; }
a { background-color: rgb(196,64,12); }
div.DivClassName
{
background-color: #C4400C;
}
.BgClassName
{
background-color: #C4400C;
}
</style>
border-color css
<style>
span { border-color: #C4400C; }
span { border-color: rgb(196,64,12); }
td.TdClassName
{
border-color: #C4400C;
}
.TagClassName
{
border-color: #C4400C;
}
</style>