Shades of Rust #B43B11
Tints of Rust #B43B11
RGB
CMYK
RGB Variations
Color information
#B43B11 (or 0xB43B11) is known color: Rust. HEX triplet: B4, 3B and 11. RGB value is (180,59,17). Sum of RGB (Red+Green+Blue) = 180+59+17=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 59 (23.44% from 255 or 23.05% from 256); Blue value is 17 (7.03% from 255 or 6.64% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43B11 is #4BC4EE. Grayscale: #5A5A5A. Windows color (decimal): -4965615 or 1129396. OLE color: 1129396.
HSL color Cylindrical-coordinate representation of color #B43B11: hue angle of 15.46º 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 #B43B11 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 59 | 17 | - |
| CMYK | 0 | 0.67 | 0.91 | 0.29 |
| HSL | 15.46º | 0.83% | 0.39% | - |
| HSV(B) | 15.46º | 0.91% | 0.71% | - |
| XYZ | 20.49 | 12.87 | 1.93 | - |
| YUV | 90.39 | 86.59 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 59 | 17 | 0 | 0.67 | 0.91 | 0.29 | 15.46 | 0.83 | 0.39 |
| Hex | B4 | 3B | 11 | 0 | 43 | 5B | 1D | F | 53 | 27 |
| Octal | 264 | 73 | 21 | 0 | 103 | 133 | 35 | 17 | 123 | 47 |
| Binary | 10110100 | 111011 | 10001 | 0 | 1000011 | 1011011 | 11101 | 1111 | 1010011 | 100111 |
Color Harmonies of #B43B11
Complementary color
Monochromatic Colors of #B43B11
Black with #B43B11
Text Example
Text Example
White with #B43B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43B11; }
p { color: rgb(180,59,17); }
H1.HeaderClassName
{
color: #B43B11;
}
.AnyTagClassName
{
color: #B43B11;
}
</style>
background-color css
<style>
a { background-color: #B43B11; }
a { background-color: rgb(180,59,17); }
div.DivClassName
{
background-color: #B43B11;
}
.BgClassName
{
background-color: #B43B11;
}
</style>
border-color css
<style>
span { border-color: #B43B11; }
span { border-color: rgb(180,59,17); }
td.TdClassName
{
border-color: #B43B11;
}
.TagClassName
{
border-color: #B43B11;
}
</style>