Shades of Rust #B54619
Tints of Rust #B54619
RGB
CMYK
RGB Variations
Color information
#B54619 (or 0xB54619) is known color: Rust. HEX triplet: B5, 46 and 19. RGB value is (181,70,25). Sum of RGB (Red+Green+Blue) = 181+70+25=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B54619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54619 is #4AB9E6. Grayscale: #626262. Windows color (decimal): -4897255 or 1656501. OLE color: 1656501.
HSL color Cylindrical-coordinate representation of color #B54619: hue angle of 17.31º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B54619 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 25 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.29 |
| HSL | 17.31º | 0.76% | 0.4% | - |
| HSV(B) | 17.31º | 0.86% | 0.71% | - |
| XYZ | 21.42 | 14.27 | 2.55 | - |
| YUV | 98.06 | 86.77 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 25 | 0 | 0.61 | 0.86 | 0.29 | 17.31 | 0.76 | 0.4 |
| Hex | B5 | 46 | 19 | 0 | 3D | 56 | 1D | 11 | 4C | 28 |
| Octal | 265 | 106 | 31 | 0 | 75 | 126 | 35 | 21 | 114 | 50 |
| Binary | 10110101 | 1000110 | 11001 | 0 | 111101 | 1010110 | 11101 | 10001 | 1001100 | 101000 |
Color Harmonies of #B54619
Complementary color
Monochromatic Colors of #B54619
Black with #B54619
Text Example
Text Example
White with #B54619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54619; }
p { color: rgb(181,70,25); }
H1.HeaderClassName
{
color: #B54619;
}
.AnyTagClassName
{
color: #B54619;
}
</style>
background-color css
<style>
a { background-color: #B54619; }
a { background-color: rgb(181,70,25); }
div.DivClassName
{
background-color: #B54619;
}
.BgClassName
{
background-color: #B54619;
}
</style>
border-color css
<style>
span { border-color: #B54619; }
span { border-color: rgb(181,70,25); }
td.TdClassName
{
border-color: #B54619;
}
.TagClassName
{
border-color: #B54619;
}
</style>