Shades of Rust #B45308
Tints of Rust #B45308
RGB
CMYK
RGB Variations
Color information
#B45308 (or 0xB45308) is known color: Rust. HEX triplet: B4, 53 and 08. RGB value is (180,83,8). Sum of RGB (Red+Green+Blue) = 180+83+8=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 8 (3.52% from 255 or 2.95% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B45308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B45308 is #4BACF7. Grayscale: #676767. Windows color (decimal): -4959480 or 545716. OLE color: 545716.
HSL color Cylindrical-coordinate representation of color #B45308: hue angle of 26.16º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B45308 is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 83 | 8 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.29 |
| HSL | 26.16º | 0.91% | 0.37% | - |
| HSV(B) | 26.16º | 0.96% | 0.71% | - |
| XYZ | 21.96 | 15.91 | 2.14 | - |
| YUV | 103.45 | 74.14 | 182.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 83 | 8 | 0 | 0.54 | 0.96 | 0.29 | 26.16 | 0.91 | 0.37 |
| Hex | B4 | 53 | 8 | 0 | 36 | 60 | 1D | 1A | 5B | 25 |
| Octal | 264 | 123 | 10 | 0 | 66 | 140 | 35 | 32 | 133 | 45 |
| Binary | 10110100 | 1010011 | 1000 | 0 | 110110 | 1100000 | 11101 | 11010 | 1011011 | 100101 |
Color Harmonies of #B45308
Complementary color
Monochromatic Colors of #B45308
Black with #B45308
Text Example
Text Example
White with #B45308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B45308; }
p { color: rgb(180,83,8); }
H1.HeaderClassName
{
color: #B45308;
}
.AnyTagClassName
{
color: #B45308;
}
</style>
background-color css
<style>
a { background-color: #B45308; }
a { background-color: rgb(180,83,8); }
div.DivClassName
{
background-color: #B45308;
}
.BgClassName
{
background-color: #B45308;
}
</style>
border-color css
<style>
span { border-color: #B45308; }
span { border-color: rgb(180,83,8); }
td.TdClassName
{
border-color: #B45308;
}
.TagClassName
{
border-color: #B45308;
}
</style>