Shades of Rust #C34211
Tints of Rust #C34211
RGB
CMYK
RGB Variations
Color information
#C34211 (or 0xC34211) is known color: Rust. HEX triplet: C3, 42 and 11. RGB value is (195,66,17). Sum of RGB (Red+Green+Blue) = 195+66+17=278 (36% of max value = 765). Red value is 195 (76.56% from 255 or 70.14% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 17 (7.03% from 255 or 6.12% from 278); Max value from RGB is 195 - color contains mainly: red. Hex color #C34211 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34211 is #3CBDEE. Grayscale: #636363. Windows color (decimal): -3980783 or 1131203. OLE color: 1131203.
HSL color Cylindrical-coordinate representation of color #C34211: hue angle of 16.52º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C34211 is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 17 | - |
| CMYK | 0 | 0.66 | 0.91 | 0.24 |
| HSL | 16.52º | 0.84% | 0.42% | - |
| HSV(B) | 16.52º | 0.91% | 0.76% | - |
| XYZ | 24.56 | 15.54 | 2.24 | - |
| YUV | 98.99 | 81.74 | 196.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 17 | 0 | 0.66 | 0.91 | 0.24 | 16.52 | 0.84 | 0.42 |
| Hex | C3 | 42 | 11 | 0 | 42 | 5B | 18 | 11 | 54 | 2A |
| Octal | 303 | 102 | 21 | 0 | 102 | 133 | 30 | 21 | 124 | 52 |
| Binary | 11000011 | 1000010 | 10001 | 0 | 1000010 | 1011011 | 11000 | 10001 | 1010100 | 101010 |
Color Harmonies of #C34211
Complementary color
Monochromatic Colors of #C34211
Black with #C34211
Text Example
Text Example
White with #C34211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34211; }
p { color: rgb(195,66,17); }
H1.HeaderClassName
{
color: #C34211;
}
.AnyTagClassName
{
color: #C34211;
}
</style>
background-color css
<style>
a { background-color: #C34211; }
a { background-color: rgb(195,66,17); }
div.DivClassName
{
background-color: #C34211;
}
.BgClassName
{
background-color: #C34211;
}
</style>
border-color css
<style>
span { border-color: #C34211; }
span { border-color: rgb(195,66,17); }
td.TdClassName
{
border-color: #C34211;
}
.TagClassName
{
border-color: #C34211;
}
</style>