Shades of Rust #C34A19
Tints of Rust #C34A19
RGB
CMYK
RGB Variations
Color information
#C34A19 (or 0xC34A19) is known color: Rust. HEX triplet: C3, 4A and 19. RGB value is (195,74,25). Sum of RGB (Red+Green+Blue) = 195+74+25=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 74 (29.30% from 255 or 25.17% from 294); Blue value is 25 (10.16% from 255 or 8.50% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C34A19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34A19 is #3CB5E6. Grayscale: #686868. Windows color (decimal): -3978727 or 1657539. OLE color: 1657539.
HSL color Cylindrical-coordinate representation of color #C34A19: hue angle of 17.29º 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 #C34A19 is Cyan = 0, Magento = 0.62, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 74 | 25 | - |
| CMYK | 0 | 0.62 | 0.87 | 0.24 |
| HSL | 17.29º | 0.77% | 0.43% | - |
| HSV(B) | 17.29º | 0.87% | 0.76% | - |
| XYZ | 25.13 | 16.57 | 2.79 | - |
| YUV | 104.59 | 83.09 | 192.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 74 | 25 | 0 | 0.62 | 0.87 | 0.24 | 17.29 | 0.77 | 0.43 |
| Hex | C3 | 4A | 19 | 0 | 3E | 57 | 18 | 11 | 4D | 2B |
| Octal | 303 | 112 | 31 | 0 | 76 | 127 | 30 | 21 | 115 | 53 |
| Binary | 11000011 | 1001010 | 11001 | 0 | 111110 | 1010111 | 11000 | 10001 | 1001101 | 101011 |
Color Harmonies of #C34A19
Complementary color
Monochromatic Colors of #C34A19
Black with #C34A19
Text Example
Text Example
White with #C34A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34A19; }
p { color: rgb(195,74,25); }
H1.HeaderClassName
{
color: #C34A19;
}
.AnyTagClassName
{
color: #C34A19;
}
</style>
background-color css
<style>
a { background-color: #C34A19; }
a { background-color: rgb(195,74,25); }
div.DivClassName
{
background-color: #C34A19;
}
.BgClassName
{
background-color: #C34A19;
}
</style>
border-color css
<style>
span { border-color: #C34A19; }
span { border-color: rgb(195,74,25); }
td.TdClassName
{
border-color: #C34A19;
}
.TagClassName
{
border-color: #C34A19;
}
</style>