Shades of Rust #B54108
Tints of Rust #B54108
RGB
CMYK
RGB Variations
Color information
#B54108 (or 0xB54108) is known color: Rust. HEX triplet: B5, 41 and 08. RGB value is (181,65,8). Sum of RGB (Red+Green+Blue) = 181+65+8=254 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.26% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 181 - color contains mainly: red. Hex color #B54108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54108 is #4ABEF7. Grayscale: #5D5D5D. Windows color (decimal): -4898552 or 541109. OLE color: 541109.
HSL color Cylindrical-coordinate representation of color #B54108: hue angle of 19.77º 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 #B54108 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 65 | 8 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.29 |
| HSL | 19.77º | 0.92% | 0.37% | - |
| HSV(B) | 19.77º | 0.96% | 0.71% | - |
| XYZ | 20.99 | 13.62 | 1.75 | - |
| YUV | 93.19 | 79.93 | 190.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 8 | 0 | 0.64 | 0.96 | 0.29 | 19.77 | 0.92 | 0.37 |
| Hex | B5 | 41 | 8 | 0 | 40 | 60 | 1D | 14 | 5C | 25 |
| Octal | 265 | 101 | 10 | 0 | 100 | 140 | 35 | 24 | 134 | 45 |
| Binary | 10110101 | 1000001 | 1000 | 0 | 1000000 | 1100000 | 11101 | 10100 | 1011100 | 100101 |
Color Harmonies of #B54108
Complementary color
Monochromatic Colors of #B54108
Black with #B54108
Text Example
Text Example
White with #B54108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54108; }
p { color: rgb(181,65,8); }
H1.HeaderClassName
{
color: #B54108;
}
.AnyTagClassName
{
color: #B54108;
}
</style>
background-color css
<style>
a { background-color: #B54108; }
a { background-color: rgb(181,65,8); }
div.DivClassName
{
background-color: #B54108;
}
.BgClassName
{
background-color: #B54108;
}
</style>
border-color css
<style>
span { border-color: #B54108; }
span { border-color: rgb(181,65,8); }
td.TdClassName
{
border-color: #B54108;
}
.TagClassName
{
border-color: #B54108;
}
</style>