Shades of Rust #C34214
Tints of Rust #C34214
RGB
CMYK
RGB Variations
Color information
#C34214 (or 0xC34214) is known color: Rust. HEX triplet: C3, 42 and 14. RGB value is (195,66,20). Sum of RGB (Red+Green+Blue) = 195+66+20=281 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.40% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 195 - color contains mainly: red. Hex color #C34214 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34214 is #3CBDEB. Grayscale: #636363. Windows color (decimal): -3980780 or 1327811. OLE color: 1327811.
HSL color Cylindrical-coordinate representation of color #C34214: hue angle of 15.77º 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 #C34214 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 20 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.24 |
| HSL | 15.77º | 0.81% | 0.42% | - |
| HSV(B) | 15.77º | 0.9% | 0.76% | - |
| XYZ | 24.58 | 15.55 | 2.37 | - |
| YUV | 99.33 | 83.24 | 196.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 20 | 0 | 0.66 | 0.90 | 0.24 | 15.77 | 0.81 | 0.42 |
| Hex | C3 | 42 | 14 | 0 | 42 | 5A | 18 | 10 | 51 | 2A |
| Octal | 303 | 102 | 24 | 0 | 102 | 132 | 30 | 20 | 121 | 52 |
| Binary | 11000011 | 1000010 | 10100 | 0 | 1000010 | 1011010 | 11000 | 10000 | 1010001 | 101010 |
Color Harmonies of #C34214
Complementary color
Monochromatic Colors of #C34214
Black with #C34214
Text Example
Text Example
White with #C34214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34214; }
p { color: rgb(195,66,20); }
H1.HeaderClassName
{
color: #C34214;
}
.AnyTagClassName
{
color: #C34214;
}
</style>
background-color css
<style>
a { background-color: #C34214; }
a { background-color: rgb(195,66,20); }
div.DivClassName
{
background-color: #C34214;
}
.BgClassName
{
background-color: #C34214;
}
</style>
border-color css
<style>
span { border-color: #C34214; }
span { border-color: rgb(195,66,20); }
td.TdClassName
{
border-color: #C34214;
}
.TagClassName
{
border-color: #C34214;
}
</style>