Shades of Rust #C44213
Tints of Rust #C44213
RGB
CMYK
RGB Variations
Color information
#C44213 (or 0xC44213) is known color: Rust. HEX triplet: C4, 42 and 13. RGB value is (196,66,19). Sum of RGB (Red+Green+Blue) = 196+66+19=281 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.75% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 196 - color contains mainly: red. Hex color #C44213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C44213 is #3BBDEC. Grayscale: #636363. Windows color (decimal): -3915245 or 1262276. OLE color: 1262276.
HSL color Cylindrical-coordinate representation of color #C44213: hue angle of 15.93º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C44213 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 19 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.23 |
| HSL | 15.93º | 0.82% | 0.42% | - |
| HSV(B) | 15.93º | 0.9% | 0.77% | - |
| XYZ | 24.83 | 15.68 | 2.33 | - |
| YUV | 99.51 | 82.57 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 19 | 0 | 0.66 | 0.90 | 0.23 | 15.93 | 0.82 | 0.42 |
| Hex | C4 | 42 | 13 | 0 | 42 | 5A | 17 | 10 | 52 | 2A |
| Octal | 304 | 102 | 23 | 0 | 102 | 132 | 27 | 20 | 122 | 52 |
| Binary | 11000100 | 1000010 | 10011 | 0 | 1000010 | 1011010 | 10111 | 10000 | 1010010 | 101010 |
Color Harmonies of #C44213
Complementary color
Monochromatic Colors of #C44213
Black with #C44213
Text Example
Text Example
White with #C44213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44213; }
p { color: rgb(196,66,19); }
H1.HeaderClassName
{
color: #C44213;
}
.AnyTagClassName
{
color: #C44213;
}
</style>
background-color css
<style>
a { background-color: #C44213; }
a { background-color: rgb(196,66,19); }
div.DivClassName
{
background-color: #C44213;
}
.BgClassName
{
background-color: #C44213;
}
</style>
border-color css
<style>
span { border-color: #C44213; }
span { border-color: rgb(196,66,19); }
td.TdClassName
{
border-color: #C44213;
}
.TagClassName
{
border-color: #C44213;
}
</style>