Shades of Rust #C25414
Tints of Rust #C25414
RGB
CMYK
RGB Variations
Color information
#C25414 (or 0xC25414) is known color: Rust. HEX triplet: C2, 54 and 14. RGB value is (194,84,20). Sum of RGB (Red+Green+Blue) = 194+84+20=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 84 (33.20% from 255 or 28.19% from 298); Blue value is 20 (8.20% from 255 or 6.71% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C25414 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25414 is #3DABEB. Grayscale: #6D6D6D. Windows color (decimal): -4041708 or 1332418. OLE color: 1332418.
HSL color Cylindrical-coordinate representation of color #C25414: hue angle of 22.07º 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 #C25414 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 20 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.24 |
| HSL | 22.07º | 0.81% | 0.42% | - |
| HSV(B) | 22.07º | 0.9% | 0.76% | - |
| XYZ | 25.54 | 17.86 | 2.76 | - |
| YUV | 109.59 | 77.44 | 188.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 20 | 0 | 0.57 | 0.90 | 0.24 | 22.07 | 0.81 | 0.42 |
| Hex | C2 | 54 | 14 | 0 | 39 | 5A | 18 | 16 | 51 | 2A |
| Octal | 302 | 124 | 24 | 0 | 71 | 132 | 30 | 26 | 121 | 52 |
| Binary | 11000010 | 1010100 | 10100 | 0 | 111001 | 1011010 | 11000 | 10110 | 1010001 | 101010 |
Color Harmonies of #C25414
Complementary color
Monochromatic Colors of #C25414
Black with #C25414
Text Example
Text Example
White with #C25414
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25414; }
p { color: rgb(194,84,20); }
H1.HeaderClassName
{
color: #C25414;
}
.AnyTagClassName
{
color: #C25414;
}
</style>
background-color css
<style>
a { background-color: #C25414; }
a { background-color: rgb(194,84,20); }
div.DivClassName
{
background-color: #C25414;
}
.BgClassName
{
background-color: #C25414;
}
</style>
border-color css
<style>
span { border-color: #C25414; }
span { border-color: rgb(194,84,20); }
td.TdClassName
{
border-color: #C25414;
}
.TagClassName
{
border-color: #C25414;
}
</style>