Shades of Rust #C34216
Tints of Rust #C34216
RGB
CMYK
RGB Variations
Color information
#C34216 (or 0xC34216) is known color: Rust. HEX triplet: C3, 42 and 16. RGB value is (195,66,22). Sum of RGB (Red+Green+Blue) = 195+66+22=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 66 (26.17% from 255 or 23.32% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C34216 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34216 is #3CBDE9. Grayscale: #636363. Windows color (decimal): -3980778 or 1458883. OLE color: 1458883.
HSL color Cylindrical-coordinate representation of color #C34216: hue angle of 15.26º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C34216 is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 22 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.24 |
| HSL | 15.26º | 0.8% | 0.43% | - |
| HSV(B) | 15.26º | 0.89% | 0.76% | - |
| XYZ | 24.6 | 15.56 | 2.47 | - |
| YUV | 99.56 | 84.24 | 196.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 22 | 0 | 0.66 | 0.89 | 0.24 | 15.26 | 0.8 | 0.43 |
| Hex | C3 | 42 | 16 | 0 | 42 | 59 | 18 | F | 50 | 2B |
| Octal | 303 | 102 | 26 | 0 | 102 | 131 | 30 | 17 | 120 | 53 |
| Binary | 11000011 | 1000010 | 10110 | 0 | 1000010 | 1011001 | 11000 | 1111 | 1010000 | 101011 |
Color Harmonies of #C34216
Complementary color
Monochromatic Colors of #C34216
Black with #C34216
Text Example
Text Example
White with #C34216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34216; }
p { color: rgb(195,66,22); }
H1.HeaderClassName
{
color: #C34216;
}
.AnyTagClassName
{
color: #C34216;
}
</style>
background-color css
<style>
a { background-color: #C34216; }
a { background-color: rgb(195,66,22); }
div.DivClassName
{
background-color: #C34216;
}
.BgClassName
{
background-color: #C34216;
}
</style>
border-color css
<style>
span { border-color: #C34216; }
span { border-color: rgb(195,66,22); }
td.TdClassName
{
border-color: #C34216;
}
.TagClassName
{
border-color: #C34216;
}
</style>