Shades of Rust #C34D18
Tints of Rust #C34D18
RGB
CMYK
RGB Variations
Color information
#C34D18 (or 0xC34D18) is known color: Rust. HEX triplet: C3, 4D and 18. RGB value is (195,77,24). Sum of RGB (Red+Green+Blue) = 195+77+24=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 24 (9.77% from 255 or 8.11% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C34D18 is #3CB2E7. Grayscale: #6A6A6A. Windows color (decimal): -3977960 or 1592771. OLE color: 1592771.
HSL color Cylindrical-coordinate representation of color #C34D18: hue angle of 18.6º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C34D18 is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 24 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.24 |
| HSL | 18.6º | 0.78% | 0.43% | - |
| HSV(B) | 18.6º | 0.88% | 0.76% | - |
| XYZ | 25.32 | 16.98 | 2.81 | - |
| YUV | 106.24 | 81.59 | 191.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 24 | 0 | 0.61 | 0.88 | 0.24 | 18.6 | 0.78 | 0.43 |
| Hex | C3 | 4D | 18 | 0 | 3D | 58 | 18 | 13 | 4E | 2B |
| Octal | 303 | 115 | 30 | 0 | 75 | 130 | 30 | 23 | 116 | 53 |
| Binary | 11000011 | 1001101 | 11000 | 0 | 111101 | 1011000 | 11000 | 10011 | 1001110 | 101011 |
Color Harmonies of #C34D18
Complementary color
Monochromatic Colors of #C34D18
Black with #C34D18
Text Example
Text Example
White with #C34D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D18; }
p { color: rgb(195,77,24); }
H1.HeaderClassName
{
color: #C34D18;
}
.AnyTagClassName
{
color: #C34D18;
}
</style>
background-color css
<style>
a { background-color: #C34D18; }
a { background-color: rgb(195,77,24); }
div.DivClassName
{
background-color: #C34D18;
}
.BgClassName
{
background-color: #C34D18;
}
</style>
border-color css
<style>
span { border-color: #C34D18; }
span { border-color: rgb(195,77,24); }
td.TdClassName
{
border-color: #C34D18;
}
.TagClassName
{
border-color: #C34D18;
}
</style>