Shades of Rust #C4440F
Tints of Rust #C4440F
RGB
CMYK
RGB Variations
Color information
#C4440F (or 0xC4440F) is known color: Rust. HEX triplet: C4, 44 and 0F. RGB value is (196,68,15). Sum of RGB (Red+Green+Blue) = 196+68+15=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 15 (6.25% from 255 or 5.38% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C4440F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4440F is #3BBBF0. Grayscale: #646464. Windows color (decimal): -3914737 or 1000644. OLE color: 1000644.
HSL color Cylindrical-coordinate representation of color #C4440F: hue angle of 17.57º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4440F is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 15 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.23 |
| HSL | 17.57º | 0.86% | 0.41% | - |
| HSV(B) | 17.57º | 0.92% | 0.77% | - |
| XYZ | 24.92 | 15.9 | 2.21 | - |
| YUV | 100.23 | 79.91 | 196.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 15 | 0 | 0.65 | 0.92 | 0.23 | 17.57 | 0.86 | 0.41 |
| Hex | C4 | 44 | F | 0 | 41 | 5C | 17 | 12 | 56 | 29 |
| Octal | 304 | 104 | 17 | 0 | 101 | 134 | 27 | 22 | 126 | 51 |
| Binary | 11000100 | 1000100 | 1111 | 0 | 1000001 | 1011100 | 10111 | 10010 | 1010110 | 101001 |
Color Harmonies of #C4440F
Complementary color
Monochromatic Colors of #C4440F
Black with #C4440F
Text Example
Text Example
White with #C4440F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4440F; }
p { color: rgb(196,68,15); }
H1.HeaderClassName
{
color: #C4440F;
}
.AnyTagClassName
{
color: #C4440F;
}
</style>
background-color css
<style>
a { background-color: #C4440F; }
a { background-color: rgb(196,68,15); }
div.DivClassName
{
background-color: #C4440F;
}
.BgClassName
{
background-color: #C4440F;
}
</style>
border-color css
<style>
span { border-color: #C4440F; }
span { border-color: rgb(196,68,15); }
td.TdClassName
{
border-color: #C4440F;
}
.TagClassName
{
border-color: #C4440F;
}
</style>