Shades of Rust #C25419
Tints of Rust #C25419
RGB
CMYK
RGB Variations
Color information
#C25419 (or 0xC25419) is known color: Rust. HEX triplet: C2, 54 and 19. RGB value is (194,84,25). Sum of RGB (Red+Green+Blue) = 194+84+25=303 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.03% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 25 (10.16% from 255 or 8.25% from 303); Max value from RGB is 194 - color contains mainly: red. Hex color #C25419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C25419 is #3DABE6. Grayscale: #6E6E6E. Windows color (decimal): -4041703 or 1660098. OLE color: 1660098.
HSL color Cylindrical-coordinate representation of color #C25419: hue angle of 20.95º 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 #C25419 is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 84 | 25 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.24 |
| HSL | 20.95º | 0.77% | 0.43% | - |
| HSV(B) | 20.95º | 0.87% | 0.76% | - |
| XYZ | 25.59 | 17.88 | 3.02 | - |
| YUV | 110.16 | 79.94 | 187.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 84 | 25 | 0 | 0.57 | 0.87 | 0.24 | 20.95 | 0.77 | 0.43 |
| Hex | C2 | 54 | 19 | 0 | 39 | 57 | 18 | 15 | 4D | 2B |
| Octal | 302 | 124 | 31 | 0 | 71 | 127 | 30 | 25 | 115 | 53 |
| Binary | 11000010 | 1010100 | 11001 | 0 | 111001 | 1010111 | 11000 | 10101 | 1001101 | 101011 |
Color Harmonies of #C25419
Complementary color
Monochromatic Colors of #C25419
Black with #C25419
Text Example
Text Example
White with #C25419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25419; }
p { color: rgb(194,84,25); }
H1.HeaderClassName
{
color: #C25419;
}
.AnyTagClassName
{
color: #C25419;
}
</style>
background-color css
<style>
a { background-color: #C25419; }
a { background-color: rgb(194,84,25); }
div.DivClassName
{
background-color: #C25419;
}
.BgClassName
{
background-color: #C25419;
}
</style>
border-color css
<style>
span { border-color: #C25419; }
span { border-color: rgb(194,84,25); }
td.TdClassName
{
border-color: #C25419;
}
.TagClassName
{
border-color: #C25419;
}
</style>