Shades of Rust #B53A01
Tints of Rust #B53A01
RGB
CMYK
RGB Variations
Color information
#B53A01 (or 0xB53A01) is known color: Rust. HEX triplet: B5, 3A and 01. RGB value is (181,58,1). Sum of RGB (Red+Green+Blue) = 181+58+1=240 (31% of max value = 765). Red value is 181 (71.09% from 255 or 75.42% from 240); Green value is 58 (23.05% from 255 or 24.17% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53A01 is #4AC5FE. Grayscale: #585858. Windows color (decimal): -4900351 or 80565. OLE color: 80565.
HSL color Cylindrical-coordinate representation of color #B53A01: hue angle of 19º degrees, saturation: 0.99, 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 #B53A01 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 58 | 1 | - |
| CMYK | 0 | 0.68 | 0.99 | 0.29 |
| HSL | 19º | 0.99% | 0.36% | - |
| HSV(B) | 19º | 0.99% | 0.71% | - |
| XYZ | 20.57 | 12.85 | 1.43 | - |
| YUV | 88.28 | 78.75 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 58 | 1 | 0 | 0.68 | 0.99 | 0.29 | 19 | 0.99 | 0.36 |
| Hex | B5 | 3A | 1 | 0 | 44 | 63 | 1D | 13 | 63 | 24 |
| Octal | 265 | 72 | 1 | 0 | 104 | 143 | 35 | 23 | 143 | 44 |
| Binary | 10110101 | 111010 | 1 | 0 | 1000100 | 1100011 | 11101 | 10011 | 1100011 | 100100 |
Color Harmonies of #B53A01
Complementary color
Monochromatic Colors of #B53A01
Black with #B53A01
Text Example
Text Example
White with #B53A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53A01; }
p { color: rgb(181,58,1); }
H1.HeaderClassName
{
color: #B53A01;
}
.AnyTagClassName
{
color: #B53A01;
}
</style>
background-color css
<style>
a { background-color: #B53A01; }
a { background-color: rgb(181,58,1); }
div.DivClassName
{
background-color: #B53A01;
}
.BgClassName
{
background-color: #B53A01;
}
</style>
border-color css
<style>
span { border-color: #B53A01; }
span { border-color: rgb(181,58,1); }
td.TdClassName
{
border-color: #B53A01;
}
.TagClassName
{
border-color: #B53A01;
}
</style>