Shades of Rust #B34C0A
Tints of Rust #B34C0A
RGB
CMYK
RGB Variations
Color information
#B34C0A (or 0xB34C0A) is known color: Rust. HEX triplet: B3, 4C and 0A. RGB value is (179,76,10). Sum of RGB (Red+Green+Blue) = 179+76+10=265 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.55% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34C0A is #4CB3F5. Grayscale: #636363. Windows color (decimal): -5026806 or 674995. OLE color: 674995.
HSL color Cylindrical-coordinate representation of color #B34C0A: hue angle of 23.43º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B34C0A is Cyan = 0, Magento = 0.58, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 76 | 10 | - |
| CMYK | 0 | 0.58 | 0.94 | 0.30 |
| HSL | 23.43º | 0.89% | 0.37% | - |
| HSV(B) | 23.43º | 0.94% | 0.7% | - |
| XYZ | 21.23 | 14.77 | 2.02 | - |
| YUV | 99.27 | 77.62 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 76 | 10 | 0 | 0.58 | 0.94 | 0.30 | 23.43 | 0.89 | 0.37 |
| Hex | B3 | 4C | A | 0 | 3A | 5E | 1E | 17 | 59 | 25 |
| Octal | 263 | 114 | 12 | 0 | 72 | 136 | 36 | 27 | 131 | 45 |
| Binary | 10110011 | 1001100 | 1010 | 0 | 111010 | 1011110 | 11110 | 10111 | 1011001 | 100101 |
Color Harmonies of #B34C0A
Complementary color
Monochromatic Colors of #B34C0A
Black with #B34C0A
Text Example
Text Example
White with #B34C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34C0A; }
p { color: rgb(179,76,10); }
H1.HeaderClassName
{
color: #B34C0A;
}
.AnyTagClassName
{
color: #B34C0A;
}
</style>
background-color css
<style>
a { background-color: #B34C0A; }
a { background-color: rgb(179,76,10); }
div.DivClassName
{
background-color: #B34C0A;
}
.BgClassName
{
background-color: #B34C0A;
}
</style>
border-color css
<style>
span { border-color: #B34C0A; }
span { border-color: rgb(179,76,10); }
td.TdClassName
{
border-color: #B34C0A;
}
.TagClassName
{
border-color: #B34C0A;
}
</style>