Shades of Rust #B54E12
Tints of Rust #B54E12
RGB
CMYK
RGB Variations
Color information
#B54E12 (or 0xB54E12) is known color: Rust. HEX triplet: B5, 4E and 12. RGB value is (181,78,18). Sum of RGB (Red+Green+Blue) = 181+78+18=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 78 (30.86% from 255 or 28.16% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B54E12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B54E12 is #4AB1ED. Grayscale: #666666. Windows color (decimal): -4895214 or 1199797. OLE color: 1199797.
HSL color Cylindrical-coordinate representation of color #B54E12: hue angle of 22.09º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B54E12 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 78 | 18 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.29 |
| HSL | 22.09º | 0.82% | 0.39% | - |
| HSV(B) | 22.09º | 0.9% | 0.71% | - |
| XYZ | 21.89 | 15.32 | 2.37 | - |
| YUV | 101.96 | 80.62 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 78 | 18 | 0 | 0.57 | 0.90 | 0.29 | 22.09 | 0.82 | 0.39 |
| Hex | B5 | 4E | 12 | 0 | 39 | 5A | 1D | 16 | 52 | 27 |
| Octal | 265 | 116 | 22 | 0 | 71 | 132 | 35 | 26 | 122 | 47 |
| Binary | 10110101 | 1001110 | 10010 | 0 | 111001 | 1011010 | 11101 | 10110 | 1010010 | 100111 |
Color Harmonies of #B54E12
Complementary color
Monochromatic Colors of #B54E12
Black with #B54E12
Text Example
Text Example
White with #B54E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54E12; }
p { color: rgb(181,78,18); }
H1.HeaderClassName
{
color: #B54E12;
}
.AnyTagClassName
{
color: #B54E12;
}
</style>
background-color css
<style>
a { background-color: #B54E12; }
a { background-color: rgb(181,78,18); }
div.DivClassName
{
background-color: #B54E12;
}
.BgClassName
{
background-color: #B54E12;
}
</style>
border-color css
<style>
span { border-color: #B54E12; }
span { border-color: rgb(181,78,18); }
td.TdClassName
{
border-color: #B54E12;
}
.TagClassName
{
border-color: #B54E12;
}
</style>