Shades of Rust #B54213
Tints of Rust #B54213
RGB
CMYK
RGB Variations
Color information
#B54213 (or 0xB54213) is known color: Rust. HEX triplet: B5, 42 and 13. RGB value is (181,66,19). Sum of RGB (Red+Green+Blue) = 181+66+19=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 66 (26.17% from 255 or 24.81% from 266); Blue value is 19 (7.81% from 255 or 7.14% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B54213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B54213 is #4ABDEC. Grayscale: #5F5F5F. Windows color (decimal): -4898285 or 1262261. OLE color: 1262261.
HSL color Cylindrical-coordinate representation of color #B54213: hue angle of 17.41º 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 #B54213 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 66 | 19 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.29 |
| HSL | 17.41º | 0.81% | 0.39% | - |
| HSV(B) | 17.41º | 0.9% | 0.71% | - |
| XYZ | 21.12 | 13.77 | 2.16 | - |
| YUV | 95.03 | 85.1 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 19 | 0 | 0.64 | 0.90 | 0.29 | 17.41 | 0.81 | 0.39 |
| Hex | B5 | 42 | 13 | 0 | 40 | 5A | 1D | 11 | 51 | 27 |
| Octal | 265 | 102 | 23 | 0 | 100 | 132 | 35 | 21 | 121 | 47 |
| Binary | 10110101 | 1000010 | 10011 | 0 | 1000000 | 1011010 | 11101 | 10001 | 1010001 | 100111 |
Color Harmonies of #B54213
Complementary color
Monochromatic Colors of #B54213
Black with #B54213
Text Example
Text Example
White with #B54213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54213; }
p { color: rgb(181,66,19); }
H1.HeaderClassName
{
color: #B54213;
}
.AnyTagClassName
{
color: #B54213;
}
</style>
background-color css
<style>
a { background-color: #B54213; }
a { background-color: rgb(181,66,19); }
div.DivClassName
{
background-color: #B54213;
}
.BgClassName
{
background-color: #B54213;
}
</style>
border-color css
<style>
span { border-color: #B54213; }
span { border-color: rgb(181,66,19); }
td.TdClassName
{
border-color: #B54213;
}
.TagClassName
{
border-color: #B54213;
}
</style>