Shades of Rust #B43B0E
Tints of Rust #B43B0E
RGB
CMYK
RGB Variations
Color information
#B43B0E (or 0xB43B0E) is known color: Rust. HEX triplet: B4, 3B and 0E. RGB value is (180,59,14). Sum of RGB (Red+Green+Blue) = 180+59+14=253 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.15% from 253); Green value is 59 (23.44% from 255 or 23.32% from 253); Blue value is 14 (5.86% from 255 or 5.53% from 253); Max value from RGB is 180 - color contains mainly: red. Hex color #B43B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B43B0E is #4BC4F1. Grayscale: #5A5A5A. Windows color (decimal): -4965618 or 932788. OLE color: 932788.
HSL color Cylindrical-coordinate representation of color #B43B0E: hue angle of 16.27º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B43B0E is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 59 | 14 | - |
| CMYK | 0 | 0.67 | 0.92 | 0.29 |
| HSL | 16.27º | 0.86% | 0.38% | - |
| HSV(B) | 16.27º | 0.92% | 0.71% | - |
| XYZ | 20.47 | 12.86 | 1.82 | - |
| YUV | 90.05 | 85.09 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 59 | 14 | 0 | 0.67 | 0.92 | 0.29 | 16.27 | 0.86 | 0.38 |
| Hex | B4 | 3B | E | 0 | 43 | 5C | 1D | 10 | 56 | 26 |
| Octal | 264 | 73 | 16 | 0 | 103 | 134 | 35 | 20 | 126 | 46 |
| Binary | 10110100 | 111011 | 1110 | 0 | 1000011 | 1011100 | 11101 | 10000 | 1010110 | 100110 |
Color Harmonies of #B43B0E
Complementary color
Monochromatic Colors of #B43B0E
Black with #B43B0E
Text Example
Text Example
White with #B43B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43B0E; }
p { color: rgb(180,59,14); }
H1.HeaderClassName
{
color: #B43B0E;
}
.AnyTagClassName
{
color: #B43B0E;
}
</style>
background-color css
<style>
a { background-color: #B43B0E; }
a { background-color: rgb(180,59,14); }
div.DivClassName
{
background-color: #B43B0E;
}
.BgClassName
{
background-color: #B43B0E;
}
</style>
border-color css
<style>
span { border-color: #B43B0E; }
span { border-color: rgb(180,59,14); }
td.TdClassName
{
border-color: #B43B0E;
}
.TagClassName
{
border-color: #B43B0E;
}
</style>