Shades of Rust #C34719
Tints of Rust #C34719
RGB
CMYK
RGB Variations
Color information
#C34719 (or 0xC34719) is known color: Rust. HEX triplet: C3, 47 and 19. RGB value is (195,71,25). Sum of RGB (Red+Green+Blue) = 195+71+25=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C34719 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34719 is #3CB8E6. Grayscale: #676767. Windows color (decimal): -3979495 or 1656771. OLE color: 1656771.
HSL color Cylindrical-coordinate representation of color #C34719: hue angle of 16.24º 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 #C34719 is Cyan = 0, Magento = 0.64, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 25 | - |
| CMYK | 0 | 0.64 | 0.87 | 0.24 |
| HSL | 16.24º | 0.77% | 0.43% | - |
| HSV(B) | 16.24º | 0.87% | 0.76% | - |
| XYZ | 24.93 | 16.18 | 2.73 | - |
| YUV | 102.83 | 84.08 | 193.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 25 | 0 | 0.64 | 0.87 | 0.24 | 16.24 | 0.77 | 0.43 |
| Hex | C3 | 47 | 19 | 0 | 40 | 57 | 18 | 10 | 4D | 2B |
| Octal | 303 | 107 | 31 | 0 | 100 | 127 | 30 | 20 | 115 | 53 |
| Binary | 11000011 | 1000111 | 11001 | 0 | 1000000 | 1010111 | 11000 | 10000 | 1001101 | 101011 |
Color Harmonies of #C34719
Complementary color
Monochromatic Colors of #C34719
Black with #C34719
Text Example
Text Example
White with #C34719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34719; }
p { color: rgb(195,71,25); }
H1.HeaderClassName
{
color: #C34719;
}
.AnyTagClassName
{
color: #C34719;
}
</style>
background-color css
<style>
a { background-color: #C34719; }
a { background-color: rgb(195,71,25); }
div.DivClassName
{
background-color: #C34719;
}
.BgClassName
{
background-color: #C34719;
}
</style>
border-color css
<style>
span { border-color: #C34719; }
span { border-color: rgb(195,71,25); }
td.TdClassName
{
border-color: #C34719;
}
.TagClassName
{
border-color: #C34719;
}
</style>