Shades of Rust #B43A11
Tints of Rust #B43A11
RGB
CMYK
RGB Variations
Color information
#B43A11 (or 0xB43A11) is known color: Rust. HEX triplet: B4, 3A and 11. RGB value is (180,58,17). Sum of RGB (Red+Green+Blue) = 180+58+17=255 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.59% from 255); Green value is 58 (23.05% from 255 or 22.75% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43A11 is #4BC5EE. Grayscale: #5A5A5A. Windows color (decimal): -4965871 or 1129140. OLE color: 1129140.
HSL color Cylindrical-coordinate representation of color #B43A11: hue angle of 15.09º 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 #B43A11 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 58 | 17 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.29 |
| HSL | 15.09º | 0.83% | 0.39% | - |
| HSV(B) | 15.09º | 0.91% | 0.71% | - |
| XYZ | 20.44 | 12.77 | 1.92 | - |
| YUV | 89.8 | 86.92 | 192.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 58 | 17 | 0 | 0.68 | 0.91 | 0.29 | 15.09 | 0.83 | 0.39 |
| Hex | B4 | 3A | 11 | 0 | 44 | 5B | 1D | F | 53 | 27 |
| Octal | 264 | 72 | 21 | 0 | 104 | 133 | 35 | 17 | 123 | 47 |
| Binary | 10110100 | 111010 | 10001 | 0 | 1000100 | 1011011 | 11101 | 1111 | 1010011 | 100111 |
Color Harmonies of #B43A11
Complementary color
Monochromatic Colors of #B43A11
Black with #B43A11
Text Example
Text Example
White with #B43A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43A11; }
p { color: rgb(180,58,17); }
H1.HeaderClassName
{
color: #B43A11;
}
.AnyTagClassName
{
color: #B43A11;
}
</style>
background-color css
<style>
a { background-color: #B43A11; }
a { background-color: rgb(180,58,17); }
div.DivClassName
{
background-color: #B43A11;
}
.BgClassName
{
background-color: #B43A11;
}
</style>
border-color css
<style>
span { border-color: #B43A11; }
span { border-color: rgb(180,58,17); }
td.TdClassName
{
border-color: #B43A11;
}
.TagClassName
{
border-color: #B43A11;
}
</style>