Shades of Rust #C25517
Tints of Rust #C25517
RGB
CMYK
RGB Variations
Color information
#C25517 (or 0xC25517) is known color: Rust. HEX triplet: C2, 55 and 17. RGB value is (194,85,23). Sum of RGB (Red+Green+Blue) = 194+85+23=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 85 (33.59% from 255 or 28.15% from 302); Blue value is 23 (9.38% from 255 or 7.62% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C25517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25517 is #3DAAE8. Grayscale: #6E6E6E. Windows color (decimal): -4041449 or 1529282. OLE color: 1529282.
HSL color Cylindrical-coordinate representation of color #C25517: hue angle of 21.75º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C25517 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 85 | 23 | - |
| CMYK | 0 | 0.56 | 0.88 | 0.24 |
| HSL | 21.75º | 0.79% | 0.43% | - |
| HSV(B) | 21.75º | 0.88% | 0.76% | - |
| XYZ | 25.65 | 18.03 | 2.94 | - |
| YUV | 110.52 | 78.61 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 23 | 0 | 0.56 | 0.88 | 0.24 | 21.75 | 0.79 | 0.43 |
| Hex | C2 | 55 | 17 | 0 | 38 | 58 | 18 | 16 | 4F | 2B |
| Octal | 302 | 125 | 27 | 0 | 70 | 130 | 30 | 26 | 117 | 53 |
| Binary | 11000010 | 1010101 | 10111 | 0 | 111000 | 1011000 | 11000 | 10110 | 1001111 | 101011 |
Color Harmonies of #C25517
Complementary color
Monochromatic Colors of #C25517
Black with #C25517
Text Example
Text Example
White with #C25517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25517; }
p { color: rgb(194,85,23); }
H1.HeaderClassName
{
color: #C25517;
}
.AnyTagClassName
{
color: #C25517;
}
</style>
background-color css
<style>
a { background-color: #C25517; }
a { background-color: rgb(194,85,23); }
div.DivClassName
{
background-color: #C25517;
}
.BgClassName
{
background-color: #C25517;
}
</style>
border-color css
<style>
span { border-color: #C25517; }
span { border-color: rgb(194,85,23); }
td.TdClassName
{
border-color: #C25517;
}
.TagClassName
{
border-color: #C25517;
}
</style>