Shades of Rust #B54702
Tints of Rust #B54702
RGB
CMYK
RGB Variations
Color information
#B54702 (or 0xB54702) is known color: Rust. HEX triplet: B5, 47 and 02. RGB value is (181,71,2). Sum of RGB (Red+Green+Blue) = 181+71+2=254 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.26% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 181 - color contains mainly: red. Hex color #B54702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54702 is #4AB8FD. Grayscale: #606060. Windows color (decimal): -4897022 or 149429. OLE color: 149429.
HSL color Cylindrical-coordinate representation of color #B54702: hue angle of 23.13º 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 #B54702 is Cyan = 0, Magento = 0.61, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 2 | - |
| CMYK | 0 | 0.61 | 0.99 | 0.29 |
| HSL | 23.13º | 0.98% | 0.36% | - |
| HSV(B) | 23.13º | 0.99% | 0.71% | - |
| XYZ | 21.32 | 14.33 | 1.7 | - |
| YUV | 96.02 | 74.94 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 2 | 0 | 0.61 | 0.99 | 0.29 | 23.13 | 0.98 | 0.36 |
| Hex | B5 | 47 | 2 | 0 | 3D | 63 | 1D | 17 | 62 | 24 |
| Octal | 265 | 107 | 2 | 0 | 75 | 143 | 35 | 27 | 142 | 44 |
| Binary | 10110101 | 1000111 | 10 | 0 | 111101 | 1100011 | 11101 | 10111 | 1100010 | 100100 |
Color Harmonies of #B54702
Complementary color
Monochromatic Colors of #B54702
Black with #B54702
Text Example
Text Example
White with #B54702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54702; }
p { color: rgb(181,71,2); }
H1.HeaderClassName
{
color: #B54702;
}
.AnyTagClassName
{
color: #B54702;
}
</style>
background-color css
<style>
a { background-color: #B54702; }
a { background-color: rgb(181,71,2); }
div.DivClassName
{
background-color: #B54702;
}
.BgClassName
{
background-color: #B54702;
}
</style>
border-color css
<style>
span { border-color: #B54702; }
span { border-color: rgb(181,71,2); }
td.TdClassName
{
border-color: #B54702;
}
.TagClassName
{
border-color: #B54702;
}
</style>