Shades of Rust #C4441A
Tints of Rust #C4441A
RGB
CMYK
RGB Variations
Color information
#C4441A (or 0xC4441A) is known color: Rust. HEX triplet: C4, 44 and 1A. RGB value is (196,68,26). Sum of RGB (Red+Green+Blue) = 196+68+26=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C4441A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4441A is #3BBBE5. Grayscale: #656565. Windows color (decimal): -3914726 or 1721540. OLE color: 1721540.
HSL color Cylindrical-coordinate representation of color #C4441A: hue angle of 14.82º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4441A is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 68 | 26 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.23 |
| HSL | 14.82º | 0.77% | 0.44% | - |
| HSV(B) | 14.82º | 0.87% | 0.77% | - |
| XYZ | 25.02 | 15.94 | 2.74 | - |
| YUV | 101.48 | 85.41 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 68 | 26 | 0 | 0.65 | 0.87 | 0.23 | 14.82 | 0.77 | 0.44 |
| Hex | C4 | 44 | 1A | 0 | 41 | 57 | 17 | F | 4D | 2C |
| Octal | 304 | 104 | 32 | 0 | 101 | 127 | 27 | 17 | 115 | 54 |
| Binary | 11000100 | 1000100 | 11010 | 0 | 1000001 | 1010111 | 10111 | 1111 | 1001101 | 101100 |
Color Harmonies of #C4441A
Complementary color
Monochromatic Colors of #C4441A
Black with #C4441A
Text Example
Text Example
White with #C4441A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4441A; }
p { color: rgb(196,68,26); }
H1.HeaderClassName
{
color: #C4441A;
}
.AnyTagClassName
{
color: #C4441A;
}
</style>
background-color css
<style>
a { background-color: #C4441A; }
a { background-color: rgb(196,68,26); }
div.DivClassName
{
background-color: #C4441A;
}
.BgClassName
{
background-color: #C4441A;
}
</style>
border-color css
<style>
span { border-color: #C4441A; }
span { border-color: rgb(196,68,26); }
td.TdClassName
{
border-color: #C4441A;
}
.TagClassName
{
border-color: #C4441A;
}
</style>