Shades of Rust #B43F11
Tints of Rust #B43F11
RGB
CMYK
RGB Variations
Color information
#B43F11 (or 0xB43F11) is known color: Rust. HEX triplet: B4, 3F and 11. RGB value is (180,63,17). Sum of RGB (Red+Green+Blue) = 180+63+17=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B43F11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43F11 is #4BC0EE. Grayscale: #5D5D5D. Windows color (decimal): -4964591 or 1130420. OLE color: 1130420.
HSL color Cylindrical-coordinate representation of color #B43F11: hue angle of 16.93º 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 #B43F11 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 63 | 17 | - |
| CMYK | 0 | 0.65 | 0.91 | 0.29 |
| HSL | 16.93º | 0.83% | 0.39% | - |
| HSV(B) | 16.93º | 0.91% | 0.71% | - |
| XYZ | 20.7 | 13.3 | 2.01 | - |
| YUV | 92.74 | 85.26 | 190.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 63 | 17 | 0 | 0.65 | 0.91 | 0.29 | 16.93 | 0.83 | 0.39 |
| Hex | B4 | 3F | 11 | 0 | 41 | 5B | 1D | 11 | 53 | 27 |
| Octal | 264 | 77 | 21 | 0 | 101 | 133 | 35 | 21 | 123 | 47 |
| Binary | 10110100 | 111111 | 10001 | 0 | 1000001 | 1011011 | 11101 | 10001 | 1010011 | 100111 |
Color Harmonies of #B43F11
Complementary color
Monochromatic Colors of #B43F11
Black with #B43F11
Text Example
Text Example
White with #B43F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43F11; }
p { color: rgb(180,63,17); }
H1.HeaderClassName
{
color: #B43F11;
}
.AnyTagClassName
{
color: #B43F11;
}
</style>
background-color css
<style>
a { background-color: #B43F11; }
a { background-color: rgb(180,63,17); }
div.DivClassName
{
background-color: #B43F11;
}
.BgClassName
{
background-color: #B43F11;
}
</style>
border-color css
<style>
span { border-color: #B43F11; }
span { border-color: rgb(180,63,17); }
td.TdClassName
{
border-color: #B43F11;
}
.TagClassName
{
border-color: #B43F11;
}
</style>