Shades of Rust #C34F14
Tints of Rust #C34F14
RGB
CMYK
RGB Variations
Color information
#C34F14 (or 0xC34F14) is known color: Rust. HEX triplet: C3, 4F and 14. RGB value is (195,79,20). Sum of RGB (Red+Green+Blue) = 195+79+20=294 (38% of max value = 765). Red value is 195 (76.56% from 255 or 66.33% from 294); Green value is 79 (31.25% from 255 or 26.87% from 294); Blue value is 20 (8.20% from 255 or 6.80% from 294); Max value from RGB is 195 - color contains mainly: red. Hex color #C34F14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C34F14 is #3CB0EB. Grayscale: #6B6B6B. Windows color (decimal): -3977452 or 1331139. OLE color: 1331139.
HSL color Cylindrical-coordinate representation of color #C34F14: hue angle of 20.23º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C34F14 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 79 | 20 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.24 |
| HSL | 20.23º | 0.81% | 0.42% | - |
| HSV(B) | 20.23º | 0.9% | 0.76% | - |
| XYZ | 25.43 | 17.24 | 2.65 | - |
| YUV | 106.96 | 78.93 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 79 | 20 | 0 | 0.59 | 0.90 | 0.24 | 20.23 | 0.81 | 0.42 |
| Hex | C3 | 4F | 14 | 0 | 3B | 5A | 18 | 14 | 51 | 2A |
| Octal | 303 | 117 | 24 | 0 | 73 | 132 | 30 | 24 | 121 | 52 |
| Binary | 11000011 | 1001111 | 10100 | 0 | 111011 | 1011010 | 11000 | 10100 | 1010001 | 101010 |
Color Harmonies of #C34F14
Complementary color
Monochromatic Colors of #C34F14
Black with #C34F14
Text Example
Text Example
White with #C34F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34F14; }
p { color: rgb(195,79,20); }
H1.HeaderClassName
{
color: #C34F14;
}
.AnyTagClassName
{
color: #C34F14;
}
</style>
background-color css
<style>
a { background-color: #C34F14; }
a { background-color: rgb(195,79,20); }
div.DivClassName
{
background-color: #C34F14;
}
.BgClassName
{
background-color: #C34F14;
}
</style>
border-color css
<style>
span { border-color: #C34F14; }
span { border-color: rgb(195,79,20); }
td.TdClassName
{
border-color: #C34F14;
}
.TagClassName
{
border-color: #C34F14;
}
</style>