Shades of Rust #C2500F
Tints of Rust #C2500F
RGB
CMYK
RGB Variations
Color information
#C2500F (or 0xC2500F) is known color: Rust. HEX triplet: C2, 50 and 0F. RGB value is (194,80,15). Sum of RGB (Red+Green+Blue) = 194+80+15=289 (38% of max value = 765). Red value is 194 (76.17% from 255 or 67.13% from 289); Green value is 80 (31.64% from 255 or 27.68% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 194 - color contains mainly: red. Hex color #C2500F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C2500F is #3DAFF0. Grayscale: #6B6B6B. Windows color (decimal): -4042737 or 1003714. OLE color: 1003714.
HSL color Cylindrical-coordinate representation of color #C2500F: hue angle of 21.79º degrees, saturation: 0.86, 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 #C2500F is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 15 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.24 |
| HSL | 21.79º | 0.86% | 0.41% | - |
| HSV(B) | 21.79º | 0.92% | 0.76% | - |
| XYZ | 25.2 | 17.24 | 2.45 | - |
| YUV | 106.68 | 76.27 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 15 | 0 | 0.59 | 0.92 | 0.24 | 21.79 | 0.86 | 0.41 |
| Hex | C2 | 50 | F | 0 | 3B | 5C | 18 | 16 | 56 | 29 |
| Octal | 302 | 120 | 17 | 0 | 73 | 134 | 30 | 26 | 126 | 51 |
| Binary | 11000010 | 1010000 | 1111 | 0 | 111011 | 1011100 | 11000 | 10110 | 1010110 | 101001 |
Color Harmonies of #C2500F
Complementary color
Monochromatic Colors of #C2500F
Black with #C2500F
Text Example
Text Example
White with #C2500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2500F; }
p { color: rgb(194,80,15); }
H1.HeaderClassName
{
color: #C2500F;
}
.AnyTagClassName
{
color: #C2500F;
}
</style>
background-color css
<style>
a { background-color: #C2500F; }
a { background-color: rgb(194,80,15); }
div.DivClassName
{
background-color: #C2500F;
}
.BgClassName
{
background-color: #C2500F;
}
</style>
border-color css
<style>
span { border-color: #C2500F; }
span { border-color: rgb(194,80,15); }
td.TdClassName
{
border-color: #C2500F;
}
.TagClassName
{
border-color: #C2500F;
}
</style>