Shades of Rust #C25014
Tints of Rust #C25014
RGB
CMYK
RGB Variations
Color information
#C25014 (or 0xC25014) is known color: Rust. HEX triplet: C2, 50 and 14. RGB value is (194,80,20). Sum of RGB (Red+Green+Blue) = 194+80+20=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C25014 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25014 is #3DAFEB. Grayscale: #6B6B6B. Windows color (decimal): -4042732 or 1331394. OLE color: 1331394.
HSL color Cylindrical-coordinate representation of color #C25014: hue angle of 20.69º degrees, saturation: 0.81, 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 #C25014 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 20 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.24 |
| HSL | 20.69º | 0.81% | 0.42% | - |
| HSV(B) | 20.69º | 0.9% | 0.76% | - |
| XYZ | 25.24 | 17.26 | 2.66 | - |
| YUV | 107.25 | 78.77 | 189.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 20 | 0 | 0.59 | 0.90 | 0.24 | 20.69 | 0.81 | 0.42 |
| Hex | C2 | 50 | 14 | 0 | 3B | 5A | 18 | 15 | 51 | 2A |
| Octal | 302 | 120 | 24 | 0 | 73 | 132 | 30 | 25 | 121 | 52 |
| Binary | 11000010 | 1010000 | 10100 | 0 | 111011 | 1011010 | 11000 | 10101 | 1010001 | 101010 |
Color Harmonies of #C25014
Complementary color
Monochromatic Colors of #C25014
Black with #C25014
Text Example
Text Example
White with #C25014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25014; }
p { color: rgb(194,80,20); }
H1.HeaderClassName
{
color: #C25014;
}
.AnyTagClassName
{
color: #C25014;
}
</style>
background-color css
<style>
a { background-color: #C25014; }
a { background-color: rgb(194,80,20); }
div.DivClassName
{
background-color: #C25014;
}
.BgClassName
{
background-color: #C25014;
}
</style>
border-color css
<style>
span { border-color: #C25014; }
span { border-color: rgb(194,80,20); }
td.TdClassName
{
border-color: #C25014;
}
.TagClassName
{
border-color: #C25014;
}
</style>