Shades of Rust #B54306
Tints of Rust #B54306
RGB
CMYK
RGB Variations
Color information
#B54306 (or 0xB54306) is known color: Rust. HEX triplet: B5, 43 and 06. RGB value is (181,67,6). Sum of RGB (Red+Green+Blue) = 181+67+6=254 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.26% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 6 (2.73% from 255 or 2.36% from 254); Max value from RGB is 181 - color contains mainly: red. Hex color #B54306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54306 is #4ABCF9. Grayscale: #5E5E5E. Windows color (decimal): -4898042 or 410549. OLE color: 410549.
HSL color Cylindrical-coordinate representation of color #B54306: hue angle of 20.91º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B54306 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 67 | 6 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.29 |
| HSL | 20.91º | 0.94% | 0.37% | - |
| HSV(B) | 20.91º | 0.97% | 0.71% | - |
| XYZ | 21.1 | 13.85 | 1.73 | - |
| YUV | 94.13 | 78.27 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 6 | 0 | 0.63 | 0.97 | 0.29 | 20.91 | 0.94 | 0.37 |
| Hex | B5 | 43 | 6 | 0 | 3F | 61 | 1D | 15 | 5E | 25 |
| Octal | 265 | 103 | 6 | 0 | 77 | 141 | 35 | 25 | 136 | 45 |
| Binary | 10110101 | 1000011 | 110 | 0 | 111111 | 1100001 | 11101 | 10101 | 1011110 | 100101 |
Color Harmonies of #B54306
Complementary color
Monochromatic Colors of #B54306
Black with #B54306
Text Example
Text Example
White with #B54306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54306; }
p { color: rgb(181,67,6); }
H1.HeaderClassName
{
color: #B54306;
}
.AnyTagClassName
{
color: #B54306;
}
</style>
background-color css
<style>
a { background-color: #B54306; }
a { background-color: rgb(181,67,6); }
div.DivClassName
{
background-color: #B54306;
}
.BgClassName
{
background-color: #B54306;
}
</style>
border-color css
<style>
span { border-color: #B54306; }
span { border-color: rgb(181,67,6); }
td.TdClassName
{
border-color: #B54306;
}
.TagClassName
{
border-color: #B54306;
}
</style>