Shades of Rust #B53816
Tints of Rust #B53816
RGB
CMYK
RGB Variations
Color information
#B53816 (or 0xB53816) is known color: Rust. HEX triplet: B5, 38 and 16. RGB value is (181,56,22). Sum of RGB (Red+Green+Blue) = 181+56+22=259 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.88% from 259); Green value is 56 (22.27% from 255 or 21.62% from 259); Blue value is 22 (8.98% from 255 or 8.49% from 259); Max value from RGB is 181 - color contains mainly: red. Hex color #B53816 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53816 is #4AC7E9. Grayscale: #595959. Windows color (decimal): -4900842 or 1456309. OLE color: 1456309.
HSL color Cylindrical-coordinate representation of color #B53816: hue angle of 12.83º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B53816 is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 22 | - |
| CMYK | 0 | 0.69 | 0.88 | 0.29 |
| HSL | 12.83º | 0.78% | 0.4% | - |
| HSV(B) | 12.83º | 0.88% | 0.71% | - |
| XYZ | 20.62 | 12.71 | 2.13 | - |
| YUV | 89.5 | 89.91 | 193.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 22 | 0 | 0.69 | 0.88 | 0.29 | 12.83 | 0.78 | 0.4 |
| Hex | B5 | 38 | 16 | 0 | 45 | 58 | 1D | D | 4E | 28 |
| Octal | 265 | 70 | 26 | 0 | 105 | 130 | 35 | 15 | 116 | 50 |
| Binary | 10110101 | 111000 | 10110 | 0 | 1000101 | 1011000 | 11101 | 1101 | 1001110 | 101000 |
Color Harmonies of #B53816
Complementary color
Monochromatic Colors of #B53816
Black with #B53816
Text Example
Text Example
White with #B53816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53816; }
p { color: rgb(181,56,22); }
H1.HeaderClassName
{
color: #B53816;
}
.AnyTagClassName
{
color: #B53816;
}
</style>
background-color css
<style>
a { background-color: #B53816; }
a { background-color: rgb(181,56,22); }
div.DivClassName
{
background-color: #B53816;
}
.BgClassName
{
background-color: #B53816;
}
</style>
border-color css
<style>
span { border-color: #B53816; }
span { border-color: rgb(181,56,22); }
td.TdClassName
{
border-color: #B53816;
}
.TagClassName
{
border-color: #B53816;
}
</style>