Shades of Rust #C4400B
Tints of Rust #C4400B
RGB
CMYK
RGB Variations
Color information
#C4400B (or 0xC4400B) is known color: Rust. HEX triplet: C4, 40 and 0B. RGB value is (196,64,11). Sum of RGB (Red+Green+Blue) = 196+64+11=271 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.32% from 271); Green value is 64 (25.39% from 255 or 23.62% from 271); Blue value is 11 (4.69% from 255 or 4.06% from 271); Max value from RGB is 196 - color contains mainly: red. Hex color #C4400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4400B is #3BBFF4. Grayscale: #616161. Windows color (decimal): -3915765 or 737476. OLE color: 737476.
HSL color Cylindrical-coordinate representation of color #C4400B: hue angle of 17.19º degrees, saturation: 0.89, 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 #C4400B is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 64 | 11 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.23 |
| HSL | 17.19º | 0.89% | 0.41% | - |
| HSV(B) | 17.19º | 0.94% | 0.77% | - |
| XYZ | 24.66 | 15.43 | 1.99 | - |
| YUV | 97.43 | 79.23 | 198.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 64 | 11 | 0 | 0.67 | 0.94 | 0.23 | 17.19 | 0.89 | 0.41 |
| Hex | C4 | 40 | B | 0 | 43 | 5E | 17 | 11 | 59 | 29 |
| Octal | 304 | 100 | 13 | 0 | 103 | 136 | 27 | 21 | 131 | 51 |
| Binary | 11000100 | 1000000 | 1011 | 0 | 1000011 | 1011110 | 10111 | 10001 | 1011001 | 101001 |
Color Harmonies of #C4400B
Complementary color
Monochromatic Colors of #C4400B
Black with #C4400B
Text Example
Text Example
White with #C4400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4400B; }
p { color: rgb(196,64,11); }
H1.HeaderClassName
{
color: #C4400B;
}
.AnyTagClassName
{
color: #C4400B;
}
</style>
background-color css
<style>
a { background-color: #C4400B; }
a { background-color: rgb(196,64,11); }
div.DivClassName
{
background-color: #C4400B;
}
.BgClassName
{
background-color: #C4400B;
}
</style>
border-color css
<style>
span { border-color: #C4400B; }
span { border-color: rgb(196,64,11); }
td.TdClassName
{
border-color: #C4400B;
}
.TagClassName
{
border-color: #C4400B;
}
</style>