Shades of Rust #C25519
Tints of Rust #C25519
RGB
CMYK
RGB Variations
Color information
#C25519 (or 0xC25519) is known color: Rust. HEX triplet: C2, 55 and 19. RGB value is (194,85,25). Sum of RGB (Red+Green+Blue) = 194+85+25=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 25 (10.16% from 255 or 8.22% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C25519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25519 is #3DAAE6. Grayscale: #6F6F6F. Windows color (decimal): -4041447 or 1660354. OLE color: 1660354.
HSL color Cylindrical-coordinate representation of color #C25519: hue angle of 21.3º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C25519 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 85 | 25 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.24 |
| HSL | 21.3º | 0.77% | 0.43% | - |
| HSV(B) | 21.3º | 0.87% | 0.76% | - |
| XYZ | 25.67 | 18.04 | 3.05 | - |
| YUV | 110.75 | 79.61 | 187.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 85 | 25 | 0 | 0.56 | 0.87 | 0.24 | 21.3 | 0.77 | 0.43 |
| Hex | C2 | 55 | 19 | 0 | 38 | 57 | 18 | 15 | 4D | 2B |
| Octal | 302 | 125 | 31 | 0 | 70 | 127 | 30 | 25 | 115 | 53 |
| Binary | 11000010 | 1010101 | 11001 | 0 | 111000 | 1010111 | 11000 | 10101 | 1001101 | 101011 |
Color Harmonies of #C25519
Complementary color
Monochromatic Colors of #C25519
Black with #C25519
Text Example
Text Example
White with #C25519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25519; }
p { color: rgb(194,85,25); }
H1.HeaderClassName
{
color: #C25519;
}
.AnyTagClassName
{
color: #C25519;
}
</style>
background-color css
<style>
a { background-color: #C25519; }
a { background-color: rgb(194,85,25); }
div.DivClassName
{
background-color: #C25519;
}
.BgClassName
{
background-color: #C25519;
}
</style>
border-color css
<style>
span { border-color: #C25519; }
span { border-color: rgb(194,85,25); }
td.TdClassName
{
border-color: #C25519;
}
.TagClassName
{
border-color: #C25519;
}
</style>