Shades of Rust #B54412
Tints of Rust #B54412
RGB
CMYK
RGB Variations
Color information
#B54412 (or 0xB54412) is known color: Rust. HEX triplet: B5, 44 and 12. RGB value is (181,68,18). Sum of RGB (Red+Green+Blue) = 181+68+18=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 68 (26.95% from 255 or 25.47% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B54412 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54412 is #4ABBED. Grayscale: #606060. Windows color (decimal): -4897774 or 1197237. OLE color: 1197237.
HSL color Cylindrical-coordinate representation of color #B54412: hue angle of 18.4º 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 #B54412 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 68 | 18 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.29 |
| HSL | 18.4º | 0.82% | 0.39% | - |
| HSV(B) | 18.4º | 0.9% | 0.71% | - |
| XYZ | 21.23 | 14 | 2.16 | - |
| YUV | 96.09 | 83.94 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 18 | 0 | 0.62 | 0.90 | 0.29 | 18.4 | 0.82 | 0.39 |
| Hex | B5 | 44 | 12 | 0 | 3E | 5A | 1D | 12 | 52 | 27 |
| Octal | 265 | 104 | 22 | 0 | 76 | 132 | 35 | 22 | 122 | 47 |
| Binary | 10110101 | 1000100 | 10010 | 0 | 111110 | 1011010 | 11101 | 10010 | 1010010 | 100111 |
Color Harmonies of #B54412
Complementary color
Monochromatic Colors of #B54412
Black with #B54412
Text Example
Text Example
White with #B54412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54412; }
p { color: rgb(181,68,18); }
H1.HeaderClassName
{
color: #B54412;
}
.AnyTagClassName
{
color: #B54412;
}
</style>
background-color css
<style>
a { background-color: #B54412; }
a { background-color: rgb(181,68,18); }
div.DivClassName
{
background-color: #B54412;
}
.BgClassName
{
background-color: #B54412;
}
</style>
border-color css
<style>
span { border-color: #B54412; }
span { border-color: rgb(181,68,18); }
td.TdClassName
{
border-color: #B54412;
}
.TagClassName
{
border-color: #B54412;
}
</style>