Shades of Rust #B43411
Tints of Rust #B43411
RGB
CMYK
RGB Variations
Color information
#B43411 (or 0xB43411) is known color: Rust. HEX triplet: B4, 34 and 11. RGB value is (180,52,17). Sum of RGB (Red+Green+Blue) = 180+52+17=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B43411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43411 is #4BCBEE. Grayscale: #565656. Windows color (decimal): -4967407 or 1127604. OLE color: 1127604.
HSL color Cylindrical-coordinate representation of color #B43411: hue angle of 12.88º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B43411 is Cyan = 0, Magento = 0.71, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 52 | 17 | - |
| CMYK | 0 | 0.71 | 0.91 | 0.29 |
| HSL | 12.88º | 0.83% | 0.39% | - |
| HSV(B) | 12.88º | 0.91% | 0.71% | - |
| XYZ | 20.15 | 12.2 | 1.82 | - |
| YUV | 86.28 | 88.91 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 52 | 17 | 0 | 0.71 | 0.91 | 0.29 | 12.88 | 0.83 | 0.39 |
| Hex | B4 | 34 | 11 | 0 | 47 | 5B | 1D | D | 53 | 27 |
| Octal | 264 | 64 | 21 | 0 | 107 | 133 | 35 | 15 | 123 | 47 |
| Binary | 10110100 | 110100 | 10001 | 0 | 1000111 | 1011011 | 11101 | 1101 | 1010011 | 100111 |
Color Harmonies of #B43411
Complementary color
Monochromatic Colors of #B43411
Black with #B43411
Text Example
Text Example
White with #B43411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43411; }
p { color: rgb(180,52,17); }
H1.HeaderClassName
{
color: #B43411;
}
.AnyTagClassName
{
color: #B43411;
}
</style>
background-color css
<style>
a { background-color: #B43411; }
a { background-color: rgb(180,52,17); }
div.DivClassName
{
background-color: #B43411;
}
.BgClassName
{
background-color: #B43411;
}
</style>
border-color css
<style>
span { border-color: #B43411; }
span { border-color: rgb(180,52,17); }
td.TdClassName
{
border-color: #B43411;
}
.TagClassName
{
border-color: #B43411;
}
</style>