Shades of Rust #C4481D
Tints of Rust #C4481D
RGB
CMYK
RGB Variations
Color information
#C4481D (or 0xC4481D) is known color: Rust. HEX triplet: C4, 48 and 1D. RGB value is (196,72,29). Sum of RGB (Red+Green+Blue) = 196+72+29=297 (39% of max value = 765). Red value is 196 (76.95% from 255 or 65.99% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 29 (11.72% from 255 or 9.76% from 297); Max value from RGB is 196 - color contains mainly: red. Hex color #C4481D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4481D is #3BB7E2. Grayscale: #686868. Windows color (decimal): -3913699 or 1919172. OLE color: 1919172.
HSL color Cylindrical-coordinate representation of color #C4481D: hue angle of 15.45º 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 #C4481D is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 29 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.23 |
| HSL | 15.45º | 0.74% | 0.44% | - |
| HSV(B) | 15.45º | 0.85% | 0.77% | - |
| XYZ | 25.3 | 16.46 | 3.01 | - |
| YUV | 104.17 | 85.58 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 29 | 0 | 0.63 | 0.85 | 0.23 | 15.45 | 0.74 | 0.44 |
| Hex | C4 | 48 | 1D | 0 | 3F | 55 | 17 | F | 4A | 2C |
| Octal | 304 | 110 | 35 | 0 | 77 | 125 | 27 | 17 | 112 | 54 |
| Binary | 11000100 | 1001000 | 11101 | 0 | 111111 | 1010101 | 10111 | 1111 | 1001010 | 101100 |
Color Harmonies of #C4481D
Complementary color
Monochromatic Colors of #C4481D
Black with #C4481D
Text Example
Text Example
White with #C4481D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4481D; }
p { color: rgb(196,72,29); }
H1.HeaderClassName
{
color: #C4481D;
}
.AnyTagClassName
{
color: #C4481D;
}
</style>
background-color css
<style>
a { background-color: #C4481D; }
a { background-color: rgb(196,72,29); }
div.DivClassName
{
background-color: #C4481D;
}
.BgClassName
{
background-color: #C4481D;
}
</style>
border-color css
<style>
span { border-color: #C4481D; }
span { border-color: rgb(196,72,29); }
td.TdClassName
{
border-color: #C4481D;
}
.TagClassName
{
border-color: #C4481D;
}
</style>