Shades of Rust #C25010
Tints of Rust #C25010
RGB
CMYK
RGB Variations
Color information
#C25010 (or 0xC25010) is known color: Rust. HEX triplet: C2, 50 and 10. RGB value is (194,80,16). Sum of RGB (Red+Green+Blue) = 194+80+16=290 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.90% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 194 - color contains mainly: red. Hex color #C25010 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25010 is #3DAFEF. Grayscale: #6B6B6B. Windows color (decimal): -4042736 or 1069250. OLE color: 1069250.
HSL color Cylindrical-coordinate representation of color #C25010: hue angle of 21.57º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C25010 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 16 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.24 |
| HSL | 21.57º | 0.85% | 0.41% | - |
| HSV(B) | 21.57º | 0.92% | 0.76% | - |
| XYZ | 25.21 | 17.24 | 2.49 | - |
| YUV | 106.79 | 76.77 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 16 | 0 | 0.59 | 0.92 | 0.24 | 21.57 | 0.85 | 0.41 |
| Hex | C2 | 50 | 10 | 0 | 3B | 5C | 18 | 16 | 55 | 29 |
| Octal | 302 | 120 | 20 | 0 | 73 | 134 | 30 | 26 | 125 | 51 |
| Binary | 11000010 | 1010000 | 10000 | 0 | 111011 | 1011100 | 11000 | 10110 | 1010101 | 101001 |
Color Harmonies of #C25010
Complementary color
Monochromatic Colors of #C25010
Black with #C25010
Text Example
Text Example
White with #C25010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25010; }
p { color: rgb(194,80,16); }
H1.HeaderClassName
{
color: #C25010;
}
.AnyTagClassName
{
color: #C25010;
}
</style>
background-color css
<style>
a { background-color: #C25010; }
a { background-color: rgb(194,80,16); }
div.DivClassName
{
background-color: #C25010;
}
.BgClassName
{
background-color: #C25010;
}
</style>
border-color css
<style>
span { border-color: #C25010; }
span { border-color: rgb(194,80,16); }
td.TdClassName
{
border-color: #C25010;
}
.TagClassName
{
border-color: #C25010;
}
</style>