Shades of Rust #B43011
Tints of Rust #B43011
RGB
CMYK
RGB Variations
Color information
#B43011 (or 0xB43011) is known color: Rust. HEX triplet: B4, 30 and 11. RGB value is (180,48,17). Sum of RGB (Red+Green+Blue) = 180+48+17=245 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.47% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 180 - color contains mainly: red. Hex color #B43011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43011 is #4BCFEE. Grayscale: #545454. Windows color (decimal): -4968431 or 1126580. OLE color: 1126580.
HSL color Cylindrical-coordinate representation of color #B43011: hue angle of 11.41º 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 #B43011 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 48 | 17 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.29 |
| HSL | 11.41º | 0.83% | 0.39% | - |
| HSV(B) | 11.41º | 0.91% | 0.71% | - |
| XYZ | 19.98 | 11.86 | 1.77 | - |
| YUV | 83.93 | 90.23 | 196.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 48 | 17 | 0 | 0.73 | 0.91 | 0.29 | 11.41 | 0.83 | 0.39 |
| Hex | B4 | 30 | 11 | 0 | 49 | 5B | 1D | B | 53 | 27 |
| Octal | 264 | 60 | 21 | 0 | 111 | 133 | 35 | 13 | 123 | 47 |
| Binary | 10110100 | 110000 | 10001 | 0 | 1001001 | 1011011 | 11101 | 1011 | 1010011 | 100111 |
Color Harmonies of #B43011
Complementary color
Monochromatic Colors of #B43011
Black with #B43011
Text Example
Text Example
White with #B43011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43011; }
p { color: rgb(180,48,17); }
H1.HeaderClassName
{
color: #B43011;
}
.AnyTagClassName
{
color: #B43011;
}
</style>
background-color css
<style>
a { background-color: #B43011; }
a { background-color: rgb(180,48,17); }
div.DivClassName
{
background-color: #B43011;
}
.BgClassName
{
background-color: #B43011;
}
</style>
border-color css
<style>
span { border-color: #B43011; }
span { border-color: rgb(180,48,17); }
td.TdClassName
{
border-color: #B43011;
}
.TagClassName
{
border-color: #B43011;
}
</style>