Shades of Rust #C34D10
Tints of Rust #C34D10
RGB
CMYK
RGB Variations
Color information
#C34D10 (or 0xC34D10) is known color: Rust. HEX triplet: C3, 4D and 10. RGB value is (195,77,16). Sum of RGB (Red+Green+Blue) = 195+77+16=288 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.71% from 288); Green value is 77 (30.47% from 255 or 26.74% from 288); Blue value is 16 (6.64% from 255 or 5.56% from 288); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C34D10 is #3CB2EF. Grayscale: #696969. Windows color (decimal): -3977968 or 1068483. OLE color: 1068483.
HSL color Cylindrical-coordinate representation of color #C34D10: hue angle of 20.45º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C34D10 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 16 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.24 |
| HSL | 20.45º | 0.85% | 0.41% | - |
| HSV(B) | 20.45º | 0.92% | 0.76% | - |
| XYZ | 25.25 | 16.95 | 2.43 | - |
| YUV | 105.33 | 77.59 | 191.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 16 | 0 | 0.61 | 0.92 | 0.24 | 20.45 | 0.85 | 0.41 |
| Hex | C3 | 4D | 10 | 0 | 3D | 5C | 18 | 14 | 55 | 29 |
| Octal | 303 | 115 | 20 | 0 | 75 | 134 | 30 | 24 | 125 | 51 |
| Binary | 11000011 | 1001101 | 10000 | 0 | 111101 | 1011100 | 11000 | 10100 | 1010101 | 101001 |
Color Harmonies of #C34D10
Complementary color
Monochromatic Colors of #C34D10
Black with #C34D10
Text Example
Text Example
White with #C34D10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D10; }
p { color: rgb(195,77,16); }
H1.HeaderClassName
{
color: #C34D10;
}
.AnyTagClassName
{
color: #C34D10;
}
</style>
background-color css
<style>
a { background-color: #C34D10; }
a { background-color: rgb(195,77,16); }
div.DivClassName
{
background-color: #C34D10;
}
.BgClassName
{
background-color: #C34D10;
}
</style>
border-color css
<style>
span { border-color: #C34D10; }
span { border-color: rgb(195,77,16); }
td.TdClassName
{
border-color: #C34D10;
}
.TagClassName
{
border-color: #C34D10;
}
</style>