Shades of Rust #B53E0A
Tints of Rust #B53E0A
RGB
CMYK
RGB Variations
Color information
#B53E0A (or 0xB53E0A) is known color: Rust. HEX triplet: B5, 3E and 0A. RGB value is (181,62,10). Sum of RGB (Red+Green+Blue) = 181+62+10=253 (33% of max value = 765). Red value is 181 (71.09% from 255 or 71.54% from 253); Green value is 62 (24.61% from 255 or 24.51% from 253); Blue value is 10 (4.30% from 255 or 3.95% from 253); Max value from RGB is 181 - color contains mainly: red. Hex color #B53E0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53E0A is #4AC1F5. Grayscale: #5B5B5B. Windows color (decimal): -4899318 or 671413. OLE color: 671413.
HSL color Cylindrical-coordinate representation of color #B53E0A: hue angle of 18.25º 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 #B53E0A is Cyan = 0, Magento = 0.66, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 62 | 10 | - |
| CMYK | 0 | 0.66 | 0.94 | 0.29 |
| HSL | 18.25º | 0.9% | 0.37% | - |
| HSV(B) | 18.25º | 0.94% | 0.71% | - |
| XYZ | 20.83 | 13.29 | 1.75 | - |
| YUV | 91.65 | 81.92 | 191.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 62 | 10 | 0 | 0.66 | 0.94 | 0.29 | 18.25 | 0.9 | 0.37 |
| Hex | B5 | 3E | A | 0 | 42 | 5E | 1D | 12 | 5A | 25 |
| Octal | 265 | 76 | 12 | 0 | 102 | 136 | 35 | 22 | 132 | 45 |
| Binary | 10110101 | 111110 | 1010 | 0 | 1000010 | 1011110 | 11101 | 10010 | 1011010 | 100101 |
Color Harmonies of #B53E0A
Complementary color
Monochromatic Colors of #B53E0A
Black with #B53E0A
Text Example
Text Example
White with #B53E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53E0A; }
p { color: rgb(181,62,10); }
H1.HeaderClassName
{
color: #B53E0A;
}
.AnyTagClassName
{
color: #B53E0A;
}
</style>
background-color css
<style>
a { background-color: #B53E0A; }
a { background-color: rgb(181,62,10); }
div.DivClassName
{
background-color: #B53E0A;
}
.BgClassName
{
background-color: #B53E0A;
}
</style>
border-color css
<style>
span { border-color: #B53E0A; }
span { border-color: rgb(181,62,10); }
td.TdClassName
{
border-color: #B53E0A;
}
.TagClassName
{
border-color: #B53E0A;
}
</style>