Shades of Rust #B52700
Tints of Rust #B52700
RGB
CMYK
RGB Variations
Color information
#B52700 (or 0xB52700) is known color: Rust. HEX triplet: B5, 27 and 00. RGB value is (181,39,0). Sum of RGB (Red+Green+Blue) = 181+39+0=220 (29% of max value = 765). Red value is 181 (71.09% from 255 or 82.27% from 220); Green value is 39 (15.62% from 255 or 17.73% from 220); Blue value is 0 (0.39% from 255 or 0% from 220); Max value from RGB is 181 - color contains mainly: red. Hex color #B52700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B52700 is #4AD8FF. Grayscale: #4D4D4D. Windows color (decimal): -4905216 or 10165. OLE color: 10165.
HSL color Cylindrical-coordinate representation of color #B52700: hue angle of 12.93º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B52700 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 0 | - |
| CMYK | 0 | 0.78 | 1 | 0.29 |
| HSL | 12.93º | 1% | 0.35% | - |
| HSV(B) | 12.93º | 1% | 0.71% | - |
| XYZ | 19.78 | 11.27 | 1.13 | - |
| YUV | 77.01 | 84.54 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 0 | 0 | 0.78 | 1 | 0.29 | 12.93 | 1 | 0.35 |
| Hex | B5 | 27 | 0 | 0 | 4E | 64 | 1D | D | 64 | 23 |
| Octal | 265 | 47 | 0 | 0 | 116 | 144 | 35 | 15 | 144 | 43 |
| Binary | 10110101 | 100111 | 0 | 0 | 1001110 | 1100100 | 11101 | 1101 | 1100100 | 100011 |
Color Harmonies of #B52700
Complementary color
Monochromatic Colors of #B52700
Black with #B52700
Text Example
Text Example
White with #B52700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52700; }
p { color: rgb(181,39,0); }
H1.HeaderClassName
{
color: #B52700;
}
.AnyTagClassName
{
color: #B52700;
}
</style>
background-color css
<style>
a { background-color: #B52700; }
a { background-color: rgb(181,39,0); }
div.DivClassName
{
background-color: #B52700;
}
.BgClassName
{
background-color: #B52700;
}
</style>
border-color css
<style>
span { border-color: #B52700; }
span { border-color: rgb(181,39,0); }
td.TdClassName
{
border-color: #B52700;
}
.TagClassName
{
border-color: #B52700;
}
</style>