Shades of Rust #B54504
Tints of Rust #B54504
RGB
CMYK
RGB Variations
Color information
#B54504 (or 0xB54504) is known color: Rust. HEX triplet: B5, 45 and 04. RGB value is (181,69,4). Sum of RGB (Red+Green+Blue) = 181+69+4=254 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.26% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 181 - color contains mainly: red. Hex color #B54504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54504 is #4ABAFB. Grayscale: #5F5F5F. Windows color (decimal): -4897532 or 279989. OLE color: 279989.
HSL color Cylindrical-coordinate representation of color #B54504: hue angle of 22.03º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B54504 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 69 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.29 |
| HSL | 22.03º | 0.96% | 0.36% | - |
| HSV(B) | 22.03º | 0.98% | 0.71% | - |
| XYZ | 21.21 | 14.09 | 1.72 | - |
| YUV | 95.08 | 76.61 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 69 | 4 | 0 | 0.62 | 0.98 | 0.29 | 22.03 | 0.96 | 0.36 |
| Hex | B5 | 45 | 4 | 0 | 3E | 62 | 1D | 16 | 60 | 24 |
| Octal | 265 | 105 | 4 | 0 | 76 | 142 | 35 | 26 | 140 | 44 |
| Binary | 10110101 | 1000101 | 100 | 0 | 111110 | 1100010 | 11101 | 10110 | 1100000 | 100100 |
Color Harmonies of #B54504
Complementary color
Monochromatic Colors of #B54504
Black with #B54504
Text Example
Text Example
White with #B54504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54504; }
p { color: rgb(181,69,4); }
H1.HeaderClassName
{
color: #B54504;
}
.AnyTagClassName
{
color: #B54504;
}
</style>
background-color css
<style>
a { background-color: #B54504; }
a { background-color: rgb(181,69,4); }
div.DivClassName
{
background-color: #B54504;
}
.BgClassName
{
background-color: #B54504;
}
</style>
border-color css
<style>
span { border-color: #B54504; }
span { border-color: rgb(181,69,4); }
td.TdClassName
{
border-color: #B54504;
}
.TagClassName
{
border-color: #B54504;
}
</style>