Shades of Rust #C04419
Tints of Rust #C04419
RGB
CMYK
RGB Variations
Color information
#C04419 (or 0xC04419) is known color: Rust. HEX triplet: C0, 44 and 19. RGB value is (192,68,25). Sum of RGB (Red+Green+Blue) = 192+68+25=285 (37% of max value = 765). Red value is 192 (75.39% from 255 or 67.37% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 25 (10.16% from 255 or 8.77% from 285); Max value from RGB is 192 - color contains mainly: red. Hex color #C04419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C04419 is #3FBBE6. Grayscale: #646464. Windows color (decimal): -4176871 or 1656000. OLE color: 1656000.
HSL color Cylindrical-coordinate representation of color #C04419: hue angle of 15.45º 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 #C04419 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 25 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.25 |
| HSL | 15.45º | 0.77% | 0.43% | - |
| HSV(B) | 15.45º | 0.87% | 0.75% | - |
| XYZ | 23.98 | 15.41 | 2.63 | - |
| YUV | 100.17 | 85.58 | 193.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 25 | 0 | 0.65 | 0.87 | 0.25 | 15.45 | 0.77 | 0.43 |
| Hex | C0 | 44 | 19 | 0 | 41 | 57 | 19 | F | 4D | 2B |
| Octal | 300 | 104 | 31 | 0 | 101 | 127 | 31 | 17 | 115 | 53 |
| Binary | 11000000 | 1000100 | 11001 | 0 | 1000001 | 1010111 | 11001 | 1111 | 1001101 | 101011 |
Color Harmonies of #C04419
Complementary color
Monochromatic Colors of #C04419
Black with #C04419
Text Example
Text Example
White with #C04419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04419; }
p { color: rgb(192,68,25); }
H1.HeaderClassName
{
color: #C04419;
}
.AnyTagClassName
{
color: #C04419;
}
</style>
background-color css
<style>
a { background-color: #C04419; }
a { background-color: rgb(192,68,25); }
div.DivClassName
{
background-color: #C04419;
}
.BgClassName
{
background-color: #C04419;
}
</style>
border-color css
<style>
span { border-color: #C04419; }
span { border-color: rgb(192,68,25); }
td.TdClassName
{
border-color: #C04419;
}
.TagClassName
{
border-color: #C04419;
}
</style>