Shades of Rust #B43316
Tints of Rust #B43316
RGB
CMYK
RGB Variations
Color information
#B43316 (or 0xB43316) is known color: Rust. HEX triplet: B4, 33 and 16. RGB value is (180,51,22). Sum of RGB (Red+Green+Blue) = 180+51+22=253 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.15% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 22 (8.98% from 255 or 8.70% from 253); Max value from RGB is 180 - color contains mainly: red. Hex color #B43316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43316 is #4BCCE9. Grayscale: #565656. Windows color (decimal): -4967658 or 1455028. OLE color: 1455028.
HSL color Cylindrical-coordinate representation of color #B43316: hue angle of 11.01º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B43316 is Cyan = 0, Magento = 0.72, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 51 | 22 | - |
| CMYK | 0 | 0.72 | 0.88 | 0.29 |
| HSL | 11.01º | 0.78% | 0.4% | - |
| HSV(B) | 11.01º | 0.88% | 0.71% | - |
| XYZ | 20.15 | 12.13 | 2.04 | - |
| YUV | 86.27 | 91.74 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 22 | 0 | 0.72 | 0.88 | 0.29 | 11.01 | 0.78 | 0.4 |
| Hex | B4 | 33 | 16 | 0 | 48 | 58 | 1D | B | 4E | 28 |
| Octal | 264 | 63 | 26 | 0 | 110 | 130 | 35 | 13 | 116 | 50 |
| Binary | 10110100 | 110011 | 10110 | 0 | 1001000 | 1011000 | 11101 | 1011 | 1001110 | 101000 |
Color Harmonies of #B43316
Complementary color
Monochromatic Colors of #B43316
Black with #B43316
Text Example
Text Example
White with #B43316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43316; }
p { color: rgb(180,51,22); }
H1.HeaderClassName
{
color: #B43316;
}
.AnyTagClassName
{
color: #B43316;
}
</style>
background-color css
<style>
a { background-color: #B43316; }
a { background-color: rgb(180,51,22); }
div.DivClassName
{
background-color: #B43316;
}
.BgClassName
{
background-color: #B43316;
}
</style>
border-color css
<style>
span { border-color: #B43316; }
span { border-color: rgb(180,51,22); }
td.TdClassName
{
border-color: #B43316;
}
.TagClassName
{
border-color: #B43316;
}
</style>