Shades of Rust #C54213
Tints of Rust #C54213
RGB
CMYK
RGB Variations
Color information
#C54213 (or 0xC54213) is known color: Rust. HEX triplet: C5, 42 and 13. RGB value is (197,66,19). Sum of RGB (Red+Green+Blue) = 197+66+19=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 66 (26.17% from 255 or 23.40% from 282); Blue value is 19 (7.81% from 255 or 6.74% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C54213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54213 is #3ABDEC. Grayscale: #646464. Windows color (decimal): -3849709 or 1262277. OLE color: 1262277.
HSL color Cylindrical-coordinate representation of color #C54213: hue angle of 15.84º 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 #C54213 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 66 | 19 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.23 |
| HSL | 15.84º | 0.82% | 0.42% | - |
| HSV(B) | 15.84º | 0.9% | 0.77% | - |
| XYZ | 25.09 | 15.81 | 2.35 | - |
| YUV | 99.81 | 82.4 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 66 | 19 | 0 | 0.66 | 0.90 | 0.23 | 15.84 | 0.82 | 0.42 |
| Hex | C5 | 42 | 13 | 0 | 42 | 5A | 17 | 10 | 52 | 2A |
| Octal | 305 | 102 | 23 | 0 | 102 | 132 | 27 | 20 | 122 | 52 |
| Binary | 11000101 | 1000010 | 10011 | 0 | 1000010 | 1011010 | 10111 | 10000 | 1010010 | 101010 |
Color Harmonies of #C54213
Complementary color
Monochromatic Colors of #C54213
Black with #C54213
Text Example
Text Example
White with #C54213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54213; }
p { color: rgb(197,66,19); }
H1.HeaderClassName
{
color: #C54213;
}
.AnyTagClassName
{
color: #C54213;
}
</style>
background-color css
<style>
a { background-color: #C54213; }
a { background-color: rgb(197,66,19); }
div.DivClassName
{
background-color: #C54213;
}
.BgClassName
{
background-color: #C54213;
}
</style>
border-color css
<style>
span { border-color: #C54213; }
span { border-color: rgb(197,66,19); }
td.TdClassName
{
border-color: #C54213;
}
.TagClassName
{
border-color: #C54213;
}
</style>