Shades of Rust #B34816
Tints of Rust #B34816
RGB
CMYK
RGB Variations
Color information
#B34816 (or 0xB34816) is known color: Rust. HEX triplet: B3, 48 and 16. RGB value is (179,72,22). Sum of RGB (Red+Green+Blue) = 179+72+22=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 72 (28.52% from 255 or 26.37% from 273); Blue value is 22 (8.98% from 255 or 8.06% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B34816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B34816 is #4CB7E9. Grayscale: #626262. Windows color (decimal): -5027818 or 1460403. OLE color: 1460403.
HSL color Cylindrical-coordinate representation of color #B34816: hue angle of 19.11º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B34816 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 72 | 22 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.30 |
| HSL | 19.11º | 0.78% | 0.39% | - |
| HSV(B) | 19.11º | 0.88% | 0.7% | - |
| XYZ | 21.05 | 14.28 | 2.41 | - |
| YUV | 98.29 | 84.95 | 185.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 72 | 22 | 0 | 0.60 | 0.88 | 0.30 | 19.11 | 0.78 | 0.39 |
| Hex | B3 | 48 | 16 | 0 | 3C | 58 | 1E | 13 | 4E | 27 |
| Octal | 263 | 110 | 26 | 0 | 74 | 130 | 36 | 23 | 116 | 47 |
| Binary | 10110011 | 1001000 | 10110 | 0 | 111100 | 1011000 | 11110 | 10011 | 1001110 | 100111 |
Color Harmonies of #B34816
Complementary color
Monochromatic Colors of #B34816
Black with #B34816
Text Example
Text Example
White with #B34816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34816; }
p { color: rgb(179,72,22); }
H1.HeaderClassName
{
color: #B34816;
}
.AnyTagClassName
{
color: #B34816;
}
</style>
background-color css
<style>
a { background-color: #B34816; }
a { background-color: rgb(179,72,22); }
div.DivClassName
{
background-color: #B34816;
}
.BgClassName
{
background-color: #B34816;
}
</style>
border-color css
<style>
span { border-color: #B34816; }
span { border-color: rgb(179,72,22); }
td.TdClassName
{
border-color: #B34816;
}
.TagClassName
{
border-color: #B34816;
}
</style>