Shades of Rust #B45A0E
Tints of Rust #B45A0E
RGB
CMYK
RGB Variations
Color information
#B45A0E (or 0xB45A0E) is known color: Rust. HEX triplet: B4, 5A and 0E. RGB value is (180,90,14). Sum of RGB (Red+Green+Blue) = 180+90+14=284 (37% of max value = 765). Red value is 180 (70.70% from 255 or 63.38% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 14 (5.86% from 255 or 4.93% from 284); Max value from RGB is 180 - color contains mainly: red. Hex color #B45A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45A0E is #4BA5F1. Grayscale: #6C6C6C. Windows color (decimal): -4957682 or 940724. OLE color: 940724.
HSL color Cylindrical-coordinate representation of color #B45A0E: hue angle of 27.47º 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 #B45A0E is Cyan = 0, Magento = 0.50, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 90 | 14 | - |
| CMYK | 0 | 0.50 | 0.92 | 0.29 |
| HSL | 27.47º | 0.86% | 0.38% | - |
| HSV(B) | 27.47º | 0.92% | 0.71% | - |
| XYZ | 22.56 | 17.05 | 2.52 | - |
| YUV | 108.25 | 74.82 | 179.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 90 | 14 | 0 | 0.50 | 0.92 | 0.29 | 27.47 | 0.86 | 0.38 |
| Hex | B4 | 5A | E | 0 | 32 | 5C | 1D | 1B | 56 | 26 |
| Octal | 264 | 132 | 16 | 0 | 62 | 134 | 35 | 33 | 126 | 46 |
| Binary | 10110100 | 1011010 | 1110 | 0 | 110010 | 1011100 | 11101 | 11011 | 1010110 | 100110 |
Color Harmonies of #B45A0E
Complementary color
Monochromatic Colors of #B45A0E
Black with #B45A0E
Text Example
Text Example
White with #B45A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45A0E; }
p { color: rgb(180,90,14); }
H1.HeaderClassName
{
color: #B45A0E;
}
.AnyTagClassName
{
color: #B45A0E;
}
</style>
background-color css
<style>
a { background-color: #B45A0E; }
a { background-color: rgb(180,90,14); }
div.DivClassName
{
background-color: #B45A0E;
}
.BgClassName
{
background-color: #B45A0E;
}
</style>
border-color css
<style>
span { border-color: #B45A0E; }
span { border-color: rgb(180,90,14); }
td.TdClassName
{
border-color: #B45A0E;
}
.TagClassName
{
border-color: #B45A0E;
}
</style>