Shades of Rust #B54109
Tints of Rust #B54109
RGB
CMYK
RGB Variations
Color information
#B54109 (or 0xB54109) is known color: Rust. HEX triplet: B5, 41 and 09. RGB value is (181,65,9). Sum of RGB (Red+Green+Blue) = 181+65+9=255 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.98% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 181 - color contains mainly: red. Hex color #B54109 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54109 is #4ABEF6. Grayscale: #5D5D5D. Windows color (decimal): -4898551 or 606645. OLE color: 606645.
HSL color Cylindrical-coordinate representation of color #B54109: hue angle of 19.53º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B54109 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 65 | 9 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.29 |
| HSL | 19.53º | 0.91% | 0.37% | - |
| HSV(B) | 19.53º | 0.95% | 0.71% | - |
| XYZ | 21 | 13.62 | 1.78 | - |
| YUV | 93.3 | 80.43 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 65 | 9 | 0 | 0.64 | 0.95 | 0.29 | 19.53 | 0.91 | 0.37 |
| Hex | B5 | 41 | 9 | 0 | 40 | 5F | 1D | 14 | 5B | 25 |
| Octal | 265 | 101 | 11 | 0 | 100 | 137 | 35 | 24 | 133 | 45 |
| Binary | 10110101 | 1000001 | 1001 | 0 | 1000000 | 1011111 | 11101 | 10100 | 1011011 | 100101 |
Color Harmonies of #B54109
Complementary color
Monochromatic Colors of #B54109
Black with #B54109
Text Example
Text Example
White with #B54109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54109; }
p { color: rgb(181,65,9); }
H1.HeaderClassName
{
color: #B54109;
}
.AnyTagClassName
{
color: #B54109;
}
</style>
background-color css
<style>
a { background-color: #B54109; }
a { background-color: rgb(181,65,9); }
div.DivClassName
{
background-color: #B54109;
}
.BgClassName
{
background-color: #B54109;
}
</style>
border-color css
<style>
span { border-color: #B54109; }
span { border-color: rgb(181,65,9); }
td.TdClassName
{
border-color: #B54109;
}
.TagClassName
{
border-color: #B54109;
}
</style>