Shades of Rust #C25012
Tints of Rust #C25012
RGB
CMYK
RGB Variations
Color information
#C25012 (or 0xC25012) is known color: Rust. HEX triplet: C2, 50 and 12. RGB value is (194,80,18). Sum of RGB (Red+Green+Blue) = 194+80+18=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 18 (7.42% from 255 or 6.16% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C25012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25012 is #3DAFED. Grayscale: #6B6B6B. Windows color (decimal): -4042734 or 1200322. OLE color: 1200322.
HSL color Cylindrical-coordinate representation of color #C25012: hue angle of 21.14º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C25012 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 18 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.24 |
| HSL | 21.14º | 0.83% | 0.42% | - |
| HSV(B) | 21.14º | 0.91% | 0.76% | - |
| XYZ | 25.23 | 17.25 | 2.57 | - |
| YUV | 107.02 | 77.77 | 190.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 18 | 0 | 0.59 | 0.91 | 0.24 | 21.14 | 0.83 | 0.42 |
| Hex | C2 | 50 | 12 | 0 | 3B | 5B | 18 | 15 | 53 | 2A |
| Octal | 302 | 120 | 22 | 0 | 73 | 133 | 30 | 25 | 123 | 52 |
| Binary | 11000010 | 1010000 | 10010 | 0 | 111011 | 1011011 | 11000 | 10101 | 1010011 | 101010 |
Color Harmonies of #C25012
Complementary color
Monochromatic Colors of #C25012
Black with #C25012
Text Example
Text Example
White with #C25012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25012; }
p { color: rgb(194,80,18); }
H1.HeaderClassName
{
color: #C25012;
}
.AnyTagClassName
{
color: #C25012;
}
</style>
background-color css
<style>
a { background-color: #C25012; }
a { background-color: rgb(194,80,18); }
div.DivClassName
{
background-color: #C25012;
}
.BgClassName
{
background-color: #C25012;
}
</style>
border-color css
<style>
span { border-color: #C25012; }
span { border-color: rgb(194,80,18); }
td.TdClassName
{
border-color: #C25012;
}
.TagClassName
{
border-color: #C25012;
}
</style>