Shades of Rust #C34810
Tints of Rust #C34810
RGB
CMYK
RGB Variations
Color information
#C34810 (or 0xC34810) is known color: Rust. HEX triplet: C3, 48 and 10. RGB value is (195,72,16). Sum of RGB (Red+Green+Blue) = 195+72+16=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 16 (6.64% from 255 or 5.65% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C34810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34810 is #3CB7EF. Grayscale: #666666. Windows color (decimal): -3979248 or 1067203. OLE color: 1067203.
HSL color Cylindrical-coordinate representation of color #C34810: hue angle of 18.77º 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 #C34810 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 16 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.24 |
| HSL | 18.77º | 0.85% | 0.41% | - |
| HSV(B) | 18.77º | 0.92% | 0.76% | - |
| XYZ | 24.92 | 16.27 | 2.32 | - |
| YUV | 102.39 | 79.25 | 194.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 16 | 0 | 0.63 | 0.92 | 0.24 | 18.77 | 0.85 | 0.41 |
| Hex | C3 | 48 | 10 | 0 | 3F | 5C | 18 | 13 | 55 | 29 |
| Octal | 303 | 110 | 20 | 0 | 77 | 134 | 30 | 23 | 125 | 51 |
| Binary | 11000011 | 1001000 | 10000 | 0 | 111111 | 1011100 | 11000 | 10011 | 1010101 | 101001 |
Color Harmonies of #C34810
Complementary color
Monochromatic Colors of #C34810
Black with #C34810
Text Example
Text Example
White with #C34810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34810; }
p { color: rgb(195,72,16); }
H1.HeaderClassName
{
color: #C34810;
}
.AnyTagClassName
{
color: #C34810;
}
</style>
background-color css
<style>
a { background-color: #C34810; }
a { background-color: rgb(195,72,16); }
div.DivClassName
{
background-color: #C34810;
}
.BgClassName
{
background-color: #C34810;
}
</style>
border-color css
<style>
span { border-color: #C34810; }
span { border-color: rgb(195,72,16); }
td.TdClassName
{
border-color: #C34810;
}
.TagClassName
{
border-color: #C34810;
}
</style>