Shades of Rust #B54902
Tints of Rust #B54902
RGB
CMYK
RGB Variations
Color information
#B54902 (or 0xB54902) is known color: Rust. HEX triplet: B5, 49 and 02. RGB value is (181,73,2). Sum of RGB (Red+Green+Blue) = 181+73+2=256 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.70% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 181 - color contains mainly: red. Hex color #B54902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54902 is #4AB6FD. Grayscale: #616161. Windows color (decimal): -4896510 or 149941. OLE color: 149941.
HSL color Cylindrical-coordinate representation of color #B54902: hue angle of 23.8º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B54902 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 73 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.29 |
| HSL | 23.8º | 0.98% | 0.36% | - |
| HSV(B) | 23.8º | 0.99% | 0.71% | - |
| XYZ | 21.45 | 14.59 | 1.74 | - |
| YUV | 97.2 | 74.28 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 73 | 2 | 0 | 0.60 | 0.99 | 0.29 | 23.8 | 0.98 | 0.36 |
| Hex | B5 | 49 | 2 | 0 | 3C | 63 | 1D | 18 | 62 | 24 |
| Octal | 265 | 111 | 2 | 0 | 74 | 143 | 35 | 30 | 142 | 44 |
| Binary | 10110101 | 1001001 | 10 | 0 | 111100 | 1100011 | 11101 | 11000 | 1100010 | 100100 |
Color Harmonies of #B54902
Complementary color
Monochromatic Colors of #B54902
Black with #B54902
Text Example
Text Example
White with #B54902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54902; }
p { color: rgb(181,73,2); }
H1.HeaderClassName
{
color: #B54902;
}
.AnyTagClassName
{
color: #B54902;
}
</style>
background-color css
<style>
a { background-color: #B54902; }
a { background-color: rgb(181,73,2); }
div.DivClassName
{
background-color: #B54902;
}
.BgClassName
{
background-color: #B54902;
}
</style>
border-color css
<style>
span { border-color: #B54902; }
span { border-color: rgb(181,73,2); }
td.TdClassName
{
border-color: #B54902;
}
.TagClassName
{
border-color: #B54902;
}
</style>