Shades of Rust #C25213
Tints of Rust #C25213
RGB
CMYK
RGB Variations
Color information
#C25213 (or 0xC25213) is known color: Rust. HEX triplet: C2, 52 and 13. RGB value is (194,82,19). Sum of RGB (Red+Green+Blue) = 194+82+19=295 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.76% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 194 - color contains mainly: red. Hex color #C25213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25213 is #3DADEC. Grayscale: #6C6C6C. Windows color (decimal): -4042221 or 1266370. OLE color: 1266370.
HSL color Cylindrical-coordinate representation of color #C25213: hue angle of 21.6º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C25213 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 82 | 19 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.24 |
| HSL | 21.6º | 0.82% | 0.42% | - |
| HSV(B) | 21.6º | 0.9% | 0.76% | - |
| XYZ | 25.38 | 17.55 | 2.67 | - |
| YUV | 108.31 | 77.61 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 82 | 19 | 0 | 0.58 | 0.90 | 0.24 | 21.6 | 0.82 | 0.42 |
| Hex | C2 | 52 | 13 | 0 | 3A | 5A | 18 | 16 | 52 | 2A |
| Octal | 302 | 122 | 23 | 0 | 72 | 132 | 30 | 26 | 122 | 52 |
| Binary | 11000010 | 1010010 | 10011 | 0 | 111010 | 1011010 | 11000 | 10110 | 1010010 | 101010 |
Color Harmonies of #C25213
Complementary color
Monochromatic Colors of #C25213
Black with #C25213
Text Example
Text Example
White with #C25213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25213; }
p { color: rgb(194,82,19); }
H1.HeaderClassName
{
color: #C25213;
}
.AnyTagClassName
{
color: #C25213;
}
</style>
background-color css
<style>
a { background-color: #C25213; }
a { background-color: rgb(194,82,19); }
div.DivClassName
{
background-color: #C25213;
}
.BgClassName
{
background-color: #C25213;
}
</style>
border-color css
<style>
span { border-color: #C25213; }
span { border-color: rgb(194,82,19); }
td.TdClassName
{
border-color: #C25213;
}
.TagClassName
{
border-color: #C25213;
}
</style>