Shades of Rust #B43416
Tints of Rust #B43416
RGB
CMYK
RGB Variations
Color information
#B43416 (or 0xB43416) is known color: Rust. HEX triplet: B4, 34 and 16. RGB value is (180,52,22). Sum of RGB (Red+Green+Blue) = 180+52+22=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B43416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43416 is #4BCBE9. Grayscale: #575757. Windows color (decimal): -4967402 or 1455284. OLE color: 1455284.
HSL color Cylindrical-coordinate representation of color #B43416: hue angle of 11.39º 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 #B43416 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 52 | 22 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.29 |
| HSL | 11.39º | 0.78% | 0.4% | - |
| HSV(B) | 11.39º | 0.88% | 0.71% | - |
| XYZ | 20.2 | 12.22 | 2.05 | - |
| YUV | 86.85 | 91.41 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 22 | 0 | 0.71 | 0.88 | 0.29 | 11.39 | 0.78 | 0.4 |
| Hex | B4 | 34 | 16 | 0 | 47 | 58 | 1D | B | 4E | 28 |
| Octal | 264 | 64 | 26 | 0 | 107 | 130 | 35 | 13 | 116 | 50 |
| Binary | 10110100 | 110100 | 10110 | 0 | 1000111 | 1011000 | 11101 | 1011 | 1001110 | 101000 |
Color Harmonies of #B43416
Complementary color
Monochromatic Colors of #B43416
Black with #B43416
Text Example
Text Example
White with #B43416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43416; }
p { color: rgb(180,52,22); }
H1.HeaderClassName
{
color: #B43416;
}
.AnyTagClassName
{
color: #B43416;
}
</style>
background-color css
<style>
a { background-color: #B43416; }
a { background-color: rgb(180,52,22); }
div.DivClassName
{
background-color: #B43416;
}
.BgClassName
{
background-color: #B43416;
}
</style>
border-color css
<style>
span { border-color: #B43416; }
span { border-color: rgb(180,52,22); }
td.TdClassName
{
border-color: #B43416;
}
.TagClassName
{
border-color: #B43416;
}
</style>