Shades of Rust #C25316
Tints of Rust #C25316
RGB
CMYK
RGB Variations
Color information
#C25316 (or 0xC25316) is known color: Rust. HEX triplet: C2, 53 and 16. RGB value is (194,83,22). Sum of RGB (Red+Green+Blue) = 194+83+22=299 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.88% from 299); Green value is 83 (32.81% from 255 or 27.76% from 299); Blue value is 22 (8.98% from 255 or 7.36% from 299); Max value from RGB is 194 - color contains mainly: red. Hex color #C25316 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25316 is #3DACE9. Grayscale: #6D6D6D. Windows color (decimal): -4041962 or 1463234. OLE color: 1463234.
HSL color Cylindrical-coordinate representation of color #C25316: hue angle of 21.28º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C25316 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 83 | 22 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.24 |
| HSL | 21.28º | 0.8% | 0.42% | - |
| HSV(B) | 21.28º | 0.89% | 0.76% | - |
| XYZ | 25.49 | 17.71 | 2.83 | - |
| YUV | 109.24 | 78.77 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 83 | 22 | 0 | 0.57 | 0.89 | 0.24 | 21.28 | 0.8 | 0.42 |
| Hex | C2 | 53 | 16 | 0 | 39 | 59 | 18 | 15 | 50 | 2A |
| Octal | 302 | 123 | 26 | 0 | 71 | 131 | 30 | 25 | 120 | 52 |
| Binary | 11000010 | 1010011 | 10110 | 0 | 111001 | 1011001 | 11000 | 10101 | 1010000 | 101010 |
Color Harmonies of #C25316
Complementary color
Monochromatic Colors of #C25316
Black with #C25316
Text Example
Text Example
White with #C25316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25316; }
p { color: rgb(194,83,22); }
H1.HeaderClassName
{
color: #C25316;
}
.AnyTagClassName
{
color: #C25316;
}
</style>
background-color css
<style>
a { background-color: #C25316; }
a { background-color: rgb(194,83,22); }
div.DivClassName
{
background-color: #C25316;
}
.BgClassName
{
background-color: #C25316;
}
</style>
border-color css
<style>
span { border-color: #C25316; }
span { border-color: rgb(194,83,22); }
td.TdClassName
{
border-color: #C25316;
}
.TagClassName
{
border-color: #C25316;
}
</style>