Shades of Rust #B54008
Tints of Rust #B54008
RGB
CMYK
RGB Variations
Color information
#B54008 (or 0xB54008) is known color: Rust. HEX triplet: B5, 40 and 08. RGB value is (181,64,8). Sum of RGB (Red+Green+Blue) = 181+64+8=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B54008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54008 is #4ABFF7. Grayscale: #5C5C5C. Windows color (decimal): -4898808 or 540853. OLE color: 540853.
HSL color Cylindrical-coordinate representation of color #B54008: hue angle of 19.42º 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 #B54008 is Cyan = 0, Magento = 0.65, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 8 | - |
| CMYK | 0 | 0.65 | 0.96 | 0.29 |
| HSL | 19.42º | 0.92% | 0.37% | - |
| HSV(B) | 19.42º | 0.96% | 0.71% | - |
| XYZ | 20.93 | 13.51 | 1.73 | - |
| YUV | 92.6 | 80.26 | 191.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 8 | 0 | 0.65 | 0.96 | 0.29 | 19.42 | 0.92 | 0.37 |
| Hex | B5 | 40 | 8 | 0 | 41 | 60 | 1D | 13 | 5C | 25 |
| Octal | 265 | 100 | 10 | 0 | 101 | 140 | 35 | 23 | 134 | 45 |
| Binary | 10110101 | 1000000 | 1000 | 0 | 1000001 | 1100000 | 11101 | 10011 | 1011100 | 100101 |
Color Harmonies of #B54008
Complementary color
Monochromatic Colors of #B54008
Black with #B54008
Text Example
Text Example
White with #B54008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54008; }
p { color: rgb(181,64,8); }
H1.HeaderClassName
{
color: #B54008;
}
.AnyTagClassName
{
color: #B54008;
}
</style>
background-color css
<style>
a { background-color: #B54008; }
a { background-color: rgb(181,64,8); }
div.DivClassName
{
background-color: #B54008;
}
.BgClassName
{
background-color: #B54008;
}
</style>
border-color css
<style>
span { border-color: #B54008; }
span { border-color: rgb(181,64,8); }
td.TdClassName
{
border-color: #B54008;
}
.TagClassName
{
border-color: #B54008;
}
</style>