Shades of Rust #B43716
Tints of Rust #B43716
RGB
CMYK
RGB Variations
Color information
#B43716 (or 0xB43716) is known color: Rust. HEX triplet: B4, 37 and 16. RGB value is (180,55,22). Sum of RGB (Red+Green+Blue) = 180+55+22=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B43716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43716 is #4BC8E9. Grayscale: #585858. Windows color (decimal): -4966634 or 1456052. OLE color: 1456052.
HSL color Cylindrical-coordinate representation of color #B43716: hue angle of 12.53º 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 #B43716 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 55 | 22 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.29 |
| HSL | 12.53º | 0.78% | 0.4% | - |
| HSV(B) | 12.53º | 0.88% | 0.71% | - |
| XYZ | 20.33 | 12.49 | 2.1 | - |
| YUV | 88.61 | 90.41 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 55 | 22 | 0 | 0.69 | 0.88 | 0.29 | 12.53 | 0.78 | 0.4 |
| Hex | B4 | 37 | 16 | 0 | 45 | 58 | 1D | D | 4E | 28 |
| Octal | 264 | 67 | 26 | 0 | 105 | 130 | 35 | 15 | 116 | 50 |
| Binary | 10110100 | 110111 | 10110 | 0 | 1000101 | 1011000 | 11101 | 1101 | 1001110 | 101000 |
Color Harmonies of #B43716
Complementary color
Monochromatic Colors of #B43716
Black with #B43716
Text Example
Text Example
White with #B43716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43716; }
p { color: rgb(180,55,22); }
H1.HeaderClassName
{
color: #B43716;
}
.AnyTagClassName
{
color: #B43716;
}
</style>
background-color css
<style>
a { background-color: #B43716; }
a { background-color: rgb(180,55,22); }
div.DivClassName
{
background-color: #B43716;
}
.BgClassName
{
background-color: #B43716;
}
</style>
border-color css
<style>
span { border-color: #B43716; }
span { border-color: rgb(180,55,22); }
td.TdClassName
{
border-color: #B43716;
}
.TagClassName
{
border-color: #B43716;
}
</style>