Shades of Rust #C25313
Tints of Rust #C25313
RGB
CMYK
RGB Variations
Color information
#C25313 (or 0xC25313) is known color: Rust. HEX triplet: C2, 53 and 13. RGB value is (194,83,19). Sum of RGB (Red+Green+Blue) = 194+83+19=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C25313 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25313 is #3DACEC. Grayscale: #6D6D6D. Windows color (decimal): -4041965 or 1266626. OLE color: 1266626.
HSL color Cylindrical-coordinate representation of color #C25313: hue angle of 21.94º 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 #C25313 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 19 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.24 |
| HSL | 21.94º | 0.82% | 0.42% | - |
| HSV(B) | 21.94º | 0.9% | 0.76% | - |
| XYZ | 25.46 | 17.7 | 2.69 | - |
| YUV | 108.89 | 77.27 | 188.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 19 | 0 | 0.57 | 0.90 | 0.24 | 21.94 | 0.82 | 0.42 |
| Hex | C2 | 53 | 13 | 0 | 39 | 5A | 18 | 16 | 52 | 2A |
| Octal | 302 | 123 | 23 | 0 | 71 | 132 | 30 | 26 | 122 | 52 |
| Binary | 11000010 | 1010011 | 10011 | 0 | 111001 | 1011010 | 11000 | 10110 | 1010010 | 101010 |
Color Harmonies of #C25313
Complementary color
Monochromatic Colors of #C25313
Black with #C25313
Text Example
Text Example
White with #C25313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25313; }
p { color: rgb(194,83,19); }
H1.HeaderClassName
{
color: #C25313;
}
.AnyTagClassName
{
color: #C25313;
}
</style>
background-color css
<style>
a { background-color: #C25313; }
a { background-color: rgb(194,83,19); }
div.DivClassName
{
background-color: #C25313;
}
.BgClassName
{
background-color: #C25313;
}
</style>
border-color css
<style>
span { border-color: #C25313; }
span { border-color: rgb(194,83,19); }
td.TdClassName
{
border-color: #C25313;
}
.TagClassName
{
border-color: #C25313;
}
</style>