Shades of Rust #C05419
Tints of Rust #C05419
RGB
CMYK
RGB Variations
Color information
#C05419 (or 0xC05419) is known color: Rust. HEX triplet: C0, 54 and 19. RGB value is (192,84,25). Sum of RGB (Red+Green+Blue) = 192+84+25=301 (39% of max value = 765). Red value is 192 (75.39% from 255 or 63.79% from 301); Green value is 84 (33.20% from 255 or 27.91% from 301); Blue value is 25 (10.16% from 255 or 8.31% from 301); Max value from RGB is 192 - color contains mainly: red. Hex color #C05419 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C05419 is #3FABE6. Grayscale: #6D6D6D. Windows color (decimal): -4172775 or 1660096. OLE color: 1660096.
HSL color Cylindrical-coordinate representation of color #C05419: hue angle of 21.2º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C05419 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 25 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.25 |
| HSL | 21.2º | 0.77% | 0.43% | - |
| HSV(B) | 21.2º | 0.87% | 0.75% | - |
| XYZ | 25.08 | 17.62 | 3 | - |
| YUV | 109.57 | 80.28 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 25 | 0 | 0.56 | 0.87 | 0.25 | 21.2 | 0.77 | 0.43 |
| Hex | C0 | 54 | 19 | 0 | 38 | 57 | 19 | 15 | 4D | 2B |
| Octal | 300 | 124 | 31 | 0 | 70 | 127 | 31 | 25 | 115 | 53 |
| Binary | 11000000 | 1010100 | 11001 | 0 | 111000 | 1010111 | 11001 | 10101 | 1001101 | 101011 |
Color Harmonies of #C05419
Complementary color
Monochromatic Colors of #C05419
Black with #C05419
Text Example
Text Example
White with #C05419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05419; }
p { color: rgb(192,84,25); }
H1.HeaderClassName
{
color: #C05419;
}
.AnyTagClassName
{
color: #C05419;
}
</style>
background-color css
<style>
a { background-color: #C05419; }
a { background-color: rgb(192,84,25); }
div.DivClassName
{
background-color: #C05419;
}
.BgClassName
{
background-color: #C05419;
}
</style>
border-color css
<style>
span { border-color: #C05419; }
span { border-color: rgb(192,84,25); }
td.TdClassName
{
border-color: #C05419;
}
.TagClassName
{
border-color: #C05419;
}
</style>