Shades of Rust #B53012
Tints of Rust #B53012
RGB
CMYK
RGB Variations
Color information
#B53012 (or 0xB53012) is known color: Rust. HEX triplet: B5, 30 and 12. RGB value is (181,48,18). Sum of RGB (Red+Green+Blue) = 181+48+18=247 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.28% from 247); Green value is 48 (19.14% from 255 or 19.43% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 181 - color contains mainly: red. Hex color #B53012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53012 is #4ACFED. Grayscale: #545454. Windows color (decimal): -4902894 or 1192117. OLE color: 1192117.
HSL color Cylindrical-coordinate representation of color #B53012: hue angle of 11.04º degrees, saturation: 0.82, 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 #B53012 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 48 | 18 | - |
| CMYK | 0 | 0.73 | 0.90 | 0.29 |
| HSL | 11.04º | 0.82% | 0.39% | - |
| HSV(B) | 11.04º | 0.9% | 0.71% | - |
| XYZ | 20.22 | 11.98 | 1.82 | - |
| YUV | 84.35 | 90.56 | 196.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 48 | 18 | 0 | 0.73 | 0.90 | 0.29 | 11.04 | 0.82 | 0.39 |
| Hex | B5 | 30 | 12 | 0 | 49 | 5A | 1D | B | 52 | 27 |
| Octal | 265 | 60 | 22 | 0 | 111 | 132 | 35 | 13 | 122 | 47 |
| Binary | 10110101 | 110000 | 10010 | 0 | 1001001 | 1011010 | 11101 | 1011 | 1010010 | 100111 |
Color Harmonies of #B53012
Complementary color
Monochromatic Colors of #B53012
Black with #B53012
Text Example
Text Example
White with #B53012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53012; }
p { color: rgb(181,48,18); }
H1.HeaderClassName
{
color: #B53012;
}
.AnyTagClassName
{
color: #B53012;
}
</style>
background-color css
<style>
a { background-color: #B53012; }
a { background-color: rgb(181,48,18); }
div.DivClassName
{
background-color: #B53012;
}
.BgClassName
{
background-color: #B53012;
}
</style>
border-color css
<style>
span { border-color: #B53012; }
span { border-color: rgb(181,48,18); }
td.TdClassName
{
border-color: #B53012;
}
.TagClassName
{
border-color: #B53012;
}
</style>