Shades of Rust #B54505
Tints of Rust #B54505
RGB
CMYK
RGB Variations
Color information
#B54505 (or 0xB54505) is known color: Rust. HEX triplet: B5, 45 and 05. RGB value is (181,69,5). Sum of RGB (Red+Green+Blue) = 181+69+5=255 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.98% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 181 - color contains mainly: red. Hex color #B54505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54505 is #4ABAFA. Grayscale: #5F5F5F. Windows color (decimal): -4897531 or 345525. OLE color: 345525.
HSL color Cylindrical-coordinate representation of color #B54505: hue angle of 21.82º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B54505 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 5 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.29 |
| HSL | 21.82º | 0.95% | 0.36% | - |
| HSV(B) | 21.82º | 0.97% | 0.71% | - |
| XYZ | 21.21 | 14.09 | 1.75 | - |
| YUV | 95.19 | 77.11 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 5 | 0 | 0.62 | 0.97 | 0.29 | 21.82 | 0.95 | 0.36 |
| Hex | B5 | 45 | 5 | 0 | 3E | 61 | 1D | 16 | 5F | 24 |
| Octal | 265 | 105 | 5 | 0 | 76 | 141 | 35 | 26 | 137 | 44 |
| Binary | 10110101 | 1000101 | 101 | 0 | 111110 | 1100001 | 11101 | 10110 | 1011111 | 100100 |
Color Harmonies of #B54505
Complementary color
Monochromatic Colors of #B54505
Black with #B54505
Text Example
Text Example
White with #B54505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54505; }
p { color: rgb(181,69,5); }
H1.HeaderClassName
{
color: #B54505;
}
.AnyTagClassName
{
color: #B54505;
}
</style>
background-color css
<style>
a { background-color: #B54505; }
a { background-color: rgb(181,69,5); }
div.DivClassName
{
background-color: #B54505;
}
.BgClassName
{
background-color: #B54505;
}
</style>
border-color css
<style>
span { border-color: #B54505; }
span { border-color: rgb(181,69,5); }
td.TdClassName
{
border-color: #B54505;
}
.TagClassName
{
border-color: #B54505;
}
</style>