Shades of Rust #B52F0E
Tints of Rust #B52F0E
RGB
CMYK
RGB Variations
Color information
#B52F0E (or 0xB52F0E) is known color: Rust. HEX triplet: B5, 2F and 0E. RGB value is (181,47,14). Sum of RGB (Red+Green+Blue) = 181+47+14=242 (32% of max value = 765). Red value is 181 (71.09% from 255 or 74.79% from 242); Green value is 47 (18.75% from 255 or 19.42% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 181 - color contains mainly: red. Hex color #B52F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52F0E is #4AD0F1. Grayscale: #535353. Windows color (decimal): -4903154 or 929717. OLE color: 929717.
HSL color Cylindrical-coordinate representation of color #B52F0E: hue angle of 11.86º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B52F0E is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 47 | 14 | - |
| CMYK | 0 | 0.74 | 0.92 | 0.29 |
| HSL | 11.86º | 0.86% | 0.38% | - |
| HSV(B) | 11.86º | 0.92% | 0.71% | - |
| XYZ | 20.15 | 11.89 | 1.65 | - |
| YUV | 83.3 | 88.89 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 47 | 14 | 0 | 0.74 | 0.92 | 0.29 | 11.86 | 0.86 | 0.38 |
| Hex | B5 | 2F | E | 0 | 4A | 5C | 1D | C | 56 | 26 |
| Octal | 265 | 57 | 16 | 0 | 112 | 134 | 35 | 14 | 126 | 46 |
| Binary | 10110101 | 101111 | 1110 | 0 | 1001010 | 1011100 | 11101 | 1100 | 1010110 | 100110 |
Color Harmonies of #B52F0E
Complementary color
Monochromatic Colors of #B52F0E
Black with #B52F0E
Text Example
Text Example
White with #B52F0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52F0E; }
p { color: rgb(181,47,14); }
H1.HeaderClassName
{
color: #B52F0E;
}
.AnyTagClassName
{
color: #B52F0E;
}
</style>
background-color css
<style>
a { background-color: #B52F0E; }
a { background-color: rgb(181,47,14); }
div.DivClassName
{
background-color: #B52F0E;
}
.BgClassName
{
background-color: #B52F0E;
}
</style>
border-color css
<style>
span { border-color: #B52F0E; }
span { border-color: rgb(181,47,14); }
td.TdClassName
{
border-color: #B52F0E;
}
.TagClassName
{
border-color: #B52F0E;
}
</style>