Shades of Rust #B54E08
Tints of Rust #B54E08
RGB
CMYK
RGB Variations
Color information
#B54E08 (or 0xB54E08) is known color: Rust. HEX triplet: B5, 4E and 08. RGB value is (181,78,8). Sum of RGB (Red+Green+Blue) = 181+78+8=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 78 (30.86% from 255 or 29.21% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B54E08 is #4AB1F7. Grayscale: #656565. Windows color (decimal): -4895224 or 544437. OLE color: 544437.
HSL color Cylindrical-coordinate representation of color #B54E08: hue angle of 24.28º degrees, saturation: 0.92, 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 #B54E08 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 78 | 8 | - |
| CMYK | 0 | 0.57 | 0.96 | 0.29 |
| HSL | 24.28º | 0.92% | 0.37% | - |
| HSV(B) | 24.28º | 0.96% | 0.71% | - |
| XYZ | 21.82 | 15.29 | 2.03 | - |
| YUV | 100.82 | 75.62 | 185.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 8 | 0 | 0.57 | 0.96 | 0.29 | 24.28 | 0.92 | 0.37 |
| Hex | B5 | 4E | 8 | 0 | 39 | 60 | 1D | 18 | 5C | 25 |
| Octal | 265 | 116 | 10 | 0 | 71 | 140 | 35 | 30 | 134 | 45 |
| Binary | 10110101 | 1001110 | 1000 | 0 | 111001 | 1100000 | 11101 | 11000 | 1011100 | 100101 |
Color Harmonies of #B54E08
Complementary color
Monochromatic Colors of #B54E08
Black with #B54E08
Text Example
Text Example
White with #B54E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54E08; }
p { color: rgb(181,78,8); }
H1.HeaderClassName
{
color: #B54E08;
}
.AnyTagClassName
{
color: #B54E08;
}
</style>
background-color css
<style>
a { background-color: #B54E08; }
a { background-color: rgb(181,78,8); }
div.DivClassName
{
background-color: #B54E08;
}
.BgClassName
{
background-color: #B54E08;
}
</style>
border-color css
<style>
span { border-color: #B54E08; }
span { border-color: rgb(181,78,8); }
td.TdClassName
{
border-color: #B54E08;
}
.TagClassName
{
border-color: #B54E08;
}
</style>