Shades of Rust #C34519
Tints of Rust #C34519
RGB
CMYK
RGB Variations
Color information
#C34519 (or 0xC34519) is known color: Rust. HEX triplet: C3, 45 and 19. RGB value is (195,69,25). Sum of RGB (Red+Green+Blue) = 195+69+25=289 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.47% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 25 (10.16% from 255 or 8.65% from 289); Max value from RGB is 195 - color contains mainly: red. Hex color #C34519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34519 is #3CBAE6. Grayscale: #656565. Windows color (decimal): -3980007 or 1656259. OLE color: 1656259.
HSL color Cylindrical-coordinate representation of color #C34519: hue angle of 15.53º 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 #C34519 is Cyan = 0, Magento = 0.65, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 25 | - |
| CMYK | 0 | 0.65 | 0.87 | 0.24 |
| HSL | 15.53º | 0.77% | 0.43% | - |
| HSV(B) | 15.53º | 0.87% | 0.76% | - |
| XYZ | 24.81 | 15.93 | 2.69 | - |
| YUV | 101.66 | 84.74 | 194.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 25 | 0 | 0.65 | 0.87 | 0.24 | 15.53 | 0.77 | 0.43 |
| Hex | C3 | 45 | 19 | 0 | 41 | 57 | 18 | 10 | 4D | 2B |
| Octal | 303 | 105 | 31 | 0 | 101 | 127 | 30 | 20 | 115 | 53 |
| Binary | 11000011 | 1000101 | 11001 | 0 | 1000001 | 1010111 | 11000 | 10000 | 1001101 | 101011 |
Color Harmonies of #C34519
Complementary color
Monochromatic Colors of #C34519
Black with #C34519
Text Example
Text Example
White with #C34519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34519; }
p { color: rgb(195,69,25); }
H1.HeaderClassName
{
color: #C34519;
}
.AnyTagClassName
{
color: #C34519;
}
</style>
background-color css
<style>
a { background-color: #C34519; }
a { background-color: rgb(195,69,25); }
div.DivClassName
{
background-color: #C34519;
}
.BgClassName
{
background-color: #C34519;
}
</style>
border-color css
<style>
span { border-color: #C34519; }
span { border-color: rgb(195,69,25); }
td.TdClassName
{
border-color: #C34519;
}
.TagClassName
{
border-color: #C34519;
}
</style>