Shades of Rust #B43111
Tints of Rust #B43111
RGB
CMYK
RGB Variations
Color information
#B43111 (or 0xB43111) is known color: Rust. HEX triplet: B4, 31 and 11. RGB value is (180,49,17). Sum of RGB (Red+Green+Blue) = 180+49+17=246 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.17% from 246); Green value is 49 (19.53% from 255 or 19.92% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 180 - color contains mainly: red. Hex color #B43111 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43111 is #4BCEEE. Grayscale: #545454. Windows color (decimal): -4968175 or 1126836. OLE color: 1126836.
HSL color Cylindrical-coordinate representation of color #B43111: hue angle of 11.78º 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 #B43111 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 49 | 17 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.29 |
| HSL | 11.78º | 0.83% | 0.39% | - |
| HSV(B) | 11.78º | 0.91% | 0.71% | - |
| XYZ | 20.02 | 11.94 | 1.78 | - |
| YUV | 84.52 | 89.9 | 196.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 49 | 17 | 0 | 0.73 | 0.91 | 0.29 | 11.78 | 0.83 | 0.39 |
| Hex | B4 | 31 | 11 | 0 | 49 | 5B | 1D | C | 53 | 27 |
| Octal | 264 | 61 | 21 | 0 | 111 | 133 | 35 | 14 | 123 | 47 |
| Binary | 10110100 | 110001 | 10001 | 0 | 1001001 | 1011011 | 11101 | 1100 | 1010011 | 100111 |
Color Harmonies of #B43111
Complementary color
Monochromatic Colors of #B43111
Black with #B43111
Text Example
Text Example
White with #B43111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43111; }
p { color: rgb(180,49,17); }
H1.HeaderClassName
{
color: #B43111;
}
.AnyTagClassName
{
color: #B43111;
}
</style>
background-color css
<style>
a { background-color: #B43111; }
a { background-color: rgb(180,49,17); }
div.DivClassName
{
background-color: #B43111;
}
.BgClassName
{
background-color: #B43111;
}
</style>
border-color css
<style>
span { border-color: #B43111; }
span { border-color: rgb(180,49,17); }
td.TdClassName
{
border-color: #B43111;
}
.TagClassName
{
border-color: #B43111;
}
</style>