Shades of Rust #B54313
Tints of Rust #B54313
RGB
CMYK
RGB Variations
Color information
#B54313 (or 0xB54313) is known color: Rust. HEX triplet: B5, 43 and 13. RGB value is (181,67,19). Sum of RGB (Red+Green+Blue) = 181+67+19=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 67 (26.56% from 255 or 25.09% from 267); Blue value is 19 (7.81% from 255 or 7.12% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B54313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54313 is #4ABCEC. Grayscale: #5F5F5F. Windows color (decimal): -4898029 or 1262517. OLE color: 1262517.
HSL color Cylindrical-coordinate representation of color #B54313: hue angle of 17.78º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B54313 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 67 | 19 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.29 |
| HSL | 17.78º | 0.81% | 0.39% | - |
| HSV(B) | 17.78º | 0.9% | 0.71% | - |
| XYZ | 21.18 | 13.89 | 2.18 | - |
| YUV | 95.61 | 84.77 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 67 | 19 | 0 | 0.63 | 0.90 | 0.29 | 17.78 | 0.81 | 0.39 |
| Hex | B5 | 43 | 13 | 0 | 3F | 5A | 1D | 12 | 51 | 27 |
| Octal | 265 | 103 | 23 | 0 | 77 | 132 | 35 | 22 | 121 | 47 |
| Binary | 10110101 | 1000011 | 10011 | 0 | 111111 | 1011010 | 11101 | 10010 | 1010001 | 100111 |
Color Harmonies of #B54313
Complementary color
Monochromatic Colors of #B54313
Black with #B54313
Text Example
Text Example
White with #B54313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54313; }
p { color: rgb(181,67,19); }
H1.HeaderClassName
{
color: #B54313;
}
.AnyTagClassName
{
color: #B54313;
}
</style>
background-color css
<style>
a { background-color: #B54313; }
a { background-color: rgb(181,67,19); }
div.DivClassName
{
background-color: #B54313;
}
.BgClassName
{
background-color: #B54313;
}
</style>
border-color css
<style>
span { border-color: #B54313; }
span { border-color: rgb(181,67,19); }
td.TdClassName
{
border-color: #B54313;
}
.TagClassName
{
border-color: #B54313;
}
</style>