Shades of Rust #C34E0E
Tints of Rust #C34E0E
RGB
CMYK
RGB Variations
Color information
#C34E0E (or 0xC34E0E) is known color: Rust. HEX triplet: C3, 4E and 0E. RGB value is (195,78,14). Sum of RGB (Red+Green+Blue) = 195+78+14=287 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.94% from 287); Green value is 78 (30.86% from 255 or 27.18% from 287); Blue value is 14 (5.86% from 255 or 4.88% from 287); Max value from RGB is 195 - color contains mainly: red. Hex color #C34E0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C34E0E is #3CB1F1. Grayscale: #6A6A6A. Windows color (decimal): -3977714 or 937667. OLE color: 937667.
HSL color Cylindrical-coordinate representation of color #C34E0E: hue angle of 21.22º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C34E0E is Cyan = 0, Magento = 0.6, Yellow = 0.93 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 78 | 14 | - |
| CMYK | 0 | 0.6 | 0.93 | 0.24 |
| HSL | 21.22º | 0.87% | 0.41% | - |
| HSV(B) | 21.22º | 0.93% | 0.76% | - |
| XYZ | 25.31 | 17.08 | 2.38 | - |
| YUV | 105.69 | 76.26 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 78 | 14 | 0 | 0.6 | 0.93 | 0.24 | 21.22 | 0.87 | 0.41 |
| Hex | C3 | 4E | E | 0 | 3C | 5D | 18 | 15 | 57 | 29 |
| Octal | 303 | 116 | 16 | 0 | 74 | 135 | 30 | 25 | 127 | 51 |
| Binary | 11000011 | 1001110 | 1110 | 0 | 111100 | 1011101 | 11000 | 10101 | 1010111 | 101001 |
Color Harmonies of #C34E0E
Complementary color
Monochromatic Colors of #C34E0E
Black with #C34E0E
Text Example
Text Example
White with #C34E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34E0E; }
p { color: rgb(195,78,14); }
H1.HeaderClassName
{
color: #C34E0E;
}
.AnyTagClassName
{
color: #C34E0E;
}
</style>
background-color css
<style>
a { background-color: #C34E0E; }
a { background-color: rgb(195,78,14); }
div.DivClassName
{
background-color: #C34E0E;
}
.BgClassName
{
background-color: #C34E0E;
}
</style>
border-color css
<style>
span { border-color: #C34E0E; }
span { border-color: rgb(195,78,14); }
td.TdClassName
{
border-color: #C34E0E;
}
.TagClassName
{
border-color: #C34E0E;
}
</style>