Shades of Rust #B43311
Tints of Rust #B43311
RGB
CMYK
RGB Variations
Color information
#B43311 (or 0xB43311) is known color: Rust. HEX triplet: B4, 33 and 11. RGB value is (180,51,17). Sum of RGB (Red+Green+Blue) = 180+51+17=248 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.58% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 180 - color contains mainly: red. Hex color #B43311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43311 is #4BCCEE. Grayscale: #555555. Windows color (decimal): -4967663 or 1127348. OLE color: 1127348.
HSL color Cylindrical-coordinate representation of color #B43311: hue angle of 12.52º 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 #B43311 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 51 | 17 | - |
| CMYK | 0 | 0.72 | 0.91 | 0.29 |
| HSL | 12.52º | 0.83% | 0.39% | - |
| HSV(B) | 12.52º | 0.91% | 0.71% | - |
| XYZ | 20.11 | 12.11 | 1.81 | - |
| YUV | 85.7 | 89.24 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 17 | 0 | 0.72 | 0.91 | 0.29 | 12.52 | 0.83 | 0.39 |
| Hex | B4 | 33 | 11 | 0 | 48 | 5B | 1D | D | 53 | 27 |
| Octal | 264 | 63 | 21 | 0 | 110 | 133 | 35 | 15 | 123 | 47 |
| Binary | 10110100 | 110011 | 10001 | 0 | 1001000 | 1011011 | 11101 | 1101 | 1010011 | 100111 |
Color Harmonies of #B43311
Complementary color
Monochromatic Colors of #B43311
Black with #B43311
Text Example
Text Example
White with #B43311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43311; }
p { color: rgb(180,51,17); }
H1.HeaderClassName
{
color: #B43311;
}
.AnyTagClassName
{
color: #B43311;
}
</style>
background-color css
<style>
a { background-color: #B43311; }
a { background-color: rgb(180,51,17); }
div.DivClassName
{
background-color: #B43311;
}
.BgClassName
{
background-color: #B43311;
}
</style>
border-color css
<style>
span { border-color: #B43311; }
span { border-color: rgb(180,51,17); }
td.TdClassName
{
border-color: #B43311;
}
.TagClassName
{
border-color: #B43311;
}
</style>