Shades of Rust #B54408
Tints of Rust #B54408
RGB
CMYK
RGB Variations
Color information
#B54408 (or 0xB54408) is known color: Rust. HEX triplet: B5, 44 and 08. RGB value is (181,68,8). Sum of RGB (Red+Green+Blue) = 181+68+8=257 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.43% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 181 - color contains mainly: red. Hex color #B54408 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54408 is #4ABBF7. Grayscale: #5F5F5F. Windows color (decimal): -4897784 or 541877. OLE color: 541877.
HSL color Cylindrical-coordinate representation of color #B54408: hue angle of 20.81º 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 #B54408 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 68 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.29 |
| HSL | 20.81º | 0.92% | 0.37% | - |
| HSV(B) | 20.81º | 0.96% | 0.71% | - |
| XYZ | 21.17 | 13.98 | 1.81 | - |
| YUV | 94.95 | 78.94 | 189.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 68 | 8 | 0 | 0.62 | 0.96 | 0.29 | 20.81 | 0.92 | 0.37 |
| Hex | B5 | 44 | 8 | 0 | 3E | 60 | 1D | 15 | 5C | 25 |
| Octal | 265 | 104 | 10 | 0 | 76 | 140 | 35 | 25 | 134 | 45 |
| Binary | 10110101 | 1000100 | 1000 | 0 | 111110 | 1100000 | 11101 | 10101 | 1011100 | 100101 |
Color Harmonies of #B54408
Complementary color
Monochromatic Colors of #B54408
Black with #B54408
Text Example
Text Example
White with #B54408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54408; }
p { color: rgb(181,68,8); }
H1.HeaderClassName
{
color: #B54408;
}
.AnyTagClassName
{
color: #B54408;
}
</style>
background-color css
<style>
a { background-color: #B54408; }
a { background-color: rgb(181,68,8); }
div.DivClassName
{
background-color: #B54408;
}
.BgClassName
{
background-color: #B54408;
}
</style>
border-color css
<style>
span { border-color: #B54408; }
span { border-color: rgb(181,68,8); }
td.TdClassName
{
border-color: #B54408;
}
.TagClassName
{
border-color: #B54408;
}
</style>