Shades of Rust #C34D0B
Tints of Rust #C34D0B
RGB
CMYK
RGB Variations
Color information
#C34D0B (or 0xC34D0B) is known color: Rust. HEX triplet: C3, 4D and 0B. RGB value is (195,77,11). Sum of RGB (Red+Green+Blue) = 195+77+11=283 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.90% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 195 - color contains mainly: red. Hex color #C34D0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C34D0B is #3CB2F4. Grayscale: #696969. Windows color (decimal): -3977973 or 740803. OLE color: 740803.
HSL color Cylindrical-coordinate representation of color #C34D0B: hue angle of 21.52º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C34D0B is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 77 | 11 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.24 |
| HSL | 21.52º | 0.89% | 0.4% | - |
| HSV(B) | 21.52º | 0.94% | 0.76% | - |
| XYZ | 25.22 | 16.93 | 2.26 | - |
| YUV | 104.76 | 75.09 | 192.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 77 | 11 | 0 | 0.61 | 0.94 | 0.24 | 21.52 | 0.89 | 0.4 |
| Hex | C3 | 4D | B | 0 | 3D | 5E | 18 | 16 | 59 | 28 |
| Octal | 303 | 115 | 13 | 0 | 75 | 136 | 30 | 26 | 131 | 50 |
| Binary | 11000011 | 1001101 | 1011 | 0 | 111101 | 1011110 | 11000 | 10110 | 1011001 | 101000 |
Color Harmonies of #C34D0B
Complementary color
Monochromatic Colors of #C34D0B
Black with #C34D0B
Text Example
Text Example
White with #C34D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34D0B; }
p { color: rgb(195,77,11); }
H1.HeaderClassName
{
color: #C34D0B;
}
.AnyTagClassName
{
color: #C34D0B;
}
</style>
background-color css
<style>
a { background-color: #C34D0B; }
a { background-color: rgb(195,77,11); }
div.DivClassName
{
background-color: #C34D0B;
}
.BgClassName
{
background-color: #C34D0B;
}
</style>
border-color css
<style>
span { border-color: #C34D0B; }
span { border-color: rgb(195,77,11); }
td.TdClassName
{
border-color: #C34D0B;
}
.TagClassName
{
border-color: #C34D0B;
}
</style>