Shades of Rust #C4471D
Tints of Rust #C4471D
RGB
CMYK
RGB Variations
Color information
#C4471D (or 0xC4471D) is known color: Rust. HEX triplet: C4, 47 and 1D. RGB value is (196,71,29). Sum of RGB (Red+Green+Blue) = 196+71+29=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 29 (11.72% from 255 or 9.80% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C4471D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4471D is #3BB8E2. Grayscale: #676767. Windows color (decimal): -3913955 or 1918916. OLE color: 1918916.
HSL color Cylindrical-coordinate representation of color #C4471D: hue angle of 15.09º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4471D is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 29 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.23 |
| HSL | 15.09º | 0.74% | 0.44% | - |
| HSV(B) | 15.09º | 0.85% | 0.77% | - |
| XYZ | 25.24 | 16.33 | 2.98 | - |
| YUV | 103.59 | 85.91 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 29 | 0 | 0.64 | 0.85 | 0.23 | 15.09 | 0.74 | 0.44 |
| Hex | C4 | 47 | 1D | 0 | 40 | 55 | 17 | F | 4A | 2C |
| Octal | 304 | 107 | 35 | 0 | 100 | 125 | 27 | 17 | 112 | 54 |
| Binary | 11000100 | 1000111 | 11101 | 0 | 1000000 | 1010101 | 10111 | 1111 | 1001010 | 101100 |
Color Harmonies of #C4471D
Complementary color
Monochromatic Colors of #C4471D
Black with #C4471D
Text Example
Text Example
White with #C4471D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4471D; }
p { color: rgb(196,71,29); }
H1.HeaderClassName
{
color: #C4471D;
}
.AnyTagClassName
{
color: #C4471D;
}
</style>
background-color css
<style>
a { background-color: #C4471D; }
a { background-color: rgb(196,71,29); }
div.DivClassName
{
background-color: #C4471D;
}
.BgClassName
{
background-color: #C4471D;
}
</style>
border-color css
<style>
span { border-color: #C4471D; }
span { border-color: rgb(196,71,29); }
td.TdClassName
{
border-color: #C4471D;
}
.TagClassName
{
border-color: #C4471D;
}
</style>