Shades of Rust #C4461D
Tints of Rust #C4461D
RGB
CMYK
RGB Variations
Color information
#C4461D (or 0xC4461D) is known color: Rust. HEX triplet: C4, 46 and 1D. RGB value is (196,70,29). Sum of RGB (Red+Green+Blue) = 196+70+29=295 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.44% from 295); Green value is 70 (27.73% from 255 or 23.73% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 196 - color contains mainly: red. Hex color #C4461D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4461D is #3BB9E2. Grayscale: #676767. Windows color (decimal): -3914211 or 1918660. OLE color: 1918660.
HSL color Cylindrical-coordinate representation of color #C4461D: hue angle of 14.73º 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 #C4461D is Cyan = 0, Magento = 0.64, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 70 | 29 | - |
| CMYK | 0 | 0.64 | 0.85 | 0.23 |
| HSL | 14.73º | 0.74% | 0.44% | - |
| HSV(B) | 14.73º | 0.85% | 0.77% | - |
| XYZ | 25.18 | 16.2 | 2.96 | - |
| YUV | 103 | 86.24 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 70 | 29 | 0 | 0.64 | 0.85 | 0.23 | 14.73 | 0.74 | 0.44 |
| Hex | C4 | 46 | 1D | 0 | 40 | 55 | 17 | F | 4A | 2C |
| Octal | 304 | 106 | 35 | 0 | 100 | 125 | 27 | 17 | 112 | 54 |
| Binary | 11000100 | 1000110 | 11101 | 0 | 1000000 | 1010101 | 10111 | 1111 | 1001010 | 101100 |
Color Harmonies of #C4461D
Complementary color
Monochromatic Colors of #C4461D
Black with #C4461D
Text Example
Text Example
White with #C4461D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4461D; }
p { color: rgb(196,70,29); }
H1.HeaderClassName
{
color: #C4461D;
}
.AnyTagClassName
{
color: #C4461D;
}
</style>
background-color css
<style>
a { background-color: #C4461D; }
a { background-color: rgb(196,70,29); }
div.DivClassName
{
background-color: #C4461D;
}
.BgClassName
{
background-color: #C4461D;
}
</style>
border-color css
<style>
span { border-color: #C4461D; }
span { border-color: rgb(196,70,29); }
td.TdClassName
{
border-color: #C4461D;
}
.TagClassName
{
border-color: #C4461D;
}
</style>