Shades of Rust #C34619
Tints of Rust #C34619
RGB
CMYK
RGB Variations
Color information
#C34619 (or 0xC34619) is known color: Rust. HEX triplet: C3, 46 and 19. RGB value is (195,70,25). Sum of RGB (Red+Green+Blue) = 195+70+25=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C34619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34619 is #3CB9E6. Grayscale: #666666. Windows color (decimal): -3979751 or 1656515. OLE color: 1656515.
HSL color Cylindrical-coordinate representation of color #C34619: hue angle of 15.88º 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 #C34619 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 70 | 25 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.24 |
| HSL | 15.88º | 0.77% | 0.43% | - |
| HSV(B) | 15.88º | 0.87% | 0.76% | - |
| XYZ | 24.87 | 16.05 | 2.71 | - |
| YUV | 102.25 | 84.41 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 70 | 25 | 0 | 0.64 | 0.87 | 0.24 | 15.88 | 0.77 | 0.43 |
| Hex | C3 | 46 | 19 | 0 | 40 | 57 | 18 | 10 | 4D | 2B |
| Octal | 303 | 106 | 31 | 0 | 100 | 127 | 30 | 20 | 115 | 53 |
| Binary | 11000011 | 1000110 | 11001 | 0 | 1000000 | 1010111 | 11000 | 10000 | 1001101 | 101011 |
Color Harmonies of #C34619
Complementary color
Monochromatic Colors of #C34619
Black with #C34619
Text Example
Text Example
White with #C34619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34619; }
p { color: rgb(195,70,25); }
H1.HeaderClassName
{
color: #C34619;
}
.AnyTagClassName
{
color: #C34619;
}
</style>
background-color css
<style>
a { background-color: #C34619; }
a { background-color: rgb(195,70,25); }
div.DivClassName
{
background-color: #C34619;
}
.BgClassName
{
background-color: #C34619;
}
</style>
border-color css
<style>
span { border-color: #C34619; }
span { border-color: rgb(195,70,25); }
td.TdClassName
{
border-color: #C34619;
}
.TagClassName
{
border-color: #C34619;
}
</style>