Shades of Rust #C34213
Tints of Rust #C34213
RGB
CMYK
RGB Variations
Color information
#C34213 (or 0xC34213) is known color: Rust. HEX triplet: C3, 42 and 13. RGB value is (195,66,19). Sum of RGB (Red+Green+Blue) = 195+66+19=280 (37% of max value = 765). Red value is 195 (76.56% from 255 or 69.64% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 19 (7.81% from 255 or 6.79% from 280); Max value from RGB is 195 - color contains mainly: red. Hex color #C34213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C34213 is #3CBDEC. Grayscale: #636363. Windows color (decimal): -3980781 or 1262275. OLE color: 1262275.
HSL color Cylindrical-coordinate representation of color #C34213: hue angle of 16.02º degrees, saturation: 0.82, 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 #C34213 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 66 | 19 | - |
| CMYK | 0 | 0.66 | 0.90 | 0.24 |
| HSL | 16.02º | 0.82% | 0.42% | - |
| HSV(B) | 16.02º | 0.9% | 0.76% | - |
| XYZ | 24.57 | 15.55 | 2.32 | - |
| YUV | 99.21 | 82.74 | 196.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 66 | 19 | 0 | 0.66 | 0.90 | 0.24 | 16.02 | 0.82 | 0.42 |
| Hex | C3 | 42 | 13 | 0 | 42 | 5A | 18 | 10 | 52 | 2A |
| Octal | 303 | 102 | 23 | 0 | 102 | 132 | 30 | 20 | 122 | 52 |
| Binary | 11000011 | 1000010 | 10011 | 0 | 1000010 | 1011010 | 11000 | 10000 | 1010010 | 101010 |
Color Harmonies of #C34213
Complementary color
Monochromatic Colors of #C34213
Black with #C34213
Text Example
Text Example
White with #C34213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34213; }
p { color: rgb(195,66,19); }
H1.HeaderClassName
{
color: #C34213;
}
.AnyTagClassName
{
color: #C34213;
}
</style>
background-color css
<style>
a { background-color: #C34213; }
a { background-color: rgb(195,66,19); }
div.DivClassName
{
background-color: #C34213;
}
.BgClassName
{
background-color: #C34213;
}
</style>
border-color css
<style>
span { border-color: #C34213; }
span { border-color: rgb(195,66,19); }
td.TdClassName
{
border-color: #C34213;
}
.TagClassName
{
border-color: #C34213;
}
</style>