Shades of Rust #B53A0A
Tints of Rust #B53A0A
RGB
CMYK
RGB Variations
Color information
#B53A0A (or 0xB53A0A) is known color: Rust. HEX triplet: B5, 3A and 0A. RGB value is (181,58,10). Sum of RGB (Red+Green+Blue) = 181+58+10=249 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.69% from 249); Green value is 58 (23.05% from 255 or 23.29% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53A0A is #4AC5F5. Grayscale: #595959. Windows color (decimal): -4900342 or 670389. OLE color: 670389.
HSL color Cylindrical-coordinate representation of color #B53A0A: hue angle of 16.84º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B53A0A is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 58 | 10 | - |
| CMYK | 0 | 0.68 | 0.94 | 0.29 |
| HSL | 16.84º | 0.9% | 0.37% | - |
| HSV(B) | 16.84º | 0.94% | 0.71% | - |
| XYZ | 20.62 | 12.87 | 1.68 | - |
| YUV | 89.31 | 83.25 | 193.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 58 | 10 | 0 | 0.68 | 0.94 | 0.29 | 16.84 | 0.9 | 0.37 |
| Hex | B5 | 3A | A | 0 | 44 | 5E | 1D | 11 | 5A | 25 |
| Octal | 265 | 72 | 12 | 0 | 104 | 136 | 35 | 21 | 132 | 45 |
| Binary | 10110101 | 111010 | 1010 | 0 | 1000100 | 1011110 | 11101 | 10001 | 1011010 | 100101 |
Color Harmonies of #B53A0A
Complementary color
Monochromatic Colors of #B53A0A
Black with #B53A0A
Text Example
Text Example
White with #B53A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53A0A; }
p { color: rgb(181,58,10); }
H1.HeaderClassName
{
color: #B53A0A;
}
.AnyTagClassName
{
color: #B53A0A;
}
</style>
background-color css
<style>
a { background-color: #B53A0A; }
a { background-color: rgb(181,58,10); }
div.DivClassName
{
background-color: #B53A0A;
}
.BgClassName
{
background-color: #B53A0A;
}
</style>
border-color css
<style>
span { border-color: #B53A0A; }
span { border-color: rgb(181,58,10); }
td.TdClassName
{
border-color: #B53A0A;
}
.TagClassName
{
border-color: #B53A0A;
}
</style>