Shades of Rust #B53B1B
Tints of Rust #B53B1B
RGB
CMYK
RGB Variations
Color information
#B53B1B (or 0xB53B1B) is known color: Rust. HEX triplet: B5, 3B and 1B. RGB value is (181,59,27). Sum of RGB (Red+Green+Blue) = 181+59+27=267 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.79% from 267); Green value is 59 (23.44% from 255 or 22.10% from 267); Blue value is 27 (10.94% from 255 or 10.11% from 267); Max value from RGB is 181 - color contains mainly: red. Hex color #B53B1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53B1B is #4AC4E4. Grayscale: #5C5C5C. Windows color (decimal): -4900069 or 1784757. OLE color: 1784757.
HSL color Cylindrical-coordinate representation of color #B53B1B: hue angle of 12.47º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B53B1B is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 59 | 27 | - |
| CMYK | 0 | 0.67 | 0.85 | 0.29 |
| HSL | 12.47º | 0.74% | 0.41% | - |
| HSV(B) | 12.47º | 0.85% | 0.71% | - |
| XYZ | 20.82 | 13.03 | 2.45 | - |
| YUV | 91.83 | 91.42 | 191.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 59 | 27 | 0 | 0.67 | 0.85 | 0.29 | 12.47 | 0.74 | 0.41 |
| Hex | B5 | 3B | 1B | 0 | 43 | 55 | 1D | C | 4A | 29 |
| Octal | 265 | 73 | 33 | 0 | 103 | 125 | 35 | 14 | 112 | 51 |
| Binary | 10110101 | 111011 | 11011 | 0 | 1000011 | 1010101 | 11101 | 1100 | 1001010 | 101001 |
Color Harmonies of #B53B1B
Complementary color
Monochromatic Colors of #B53B1B
Black with #B53B1B
Text Example
Text Example
White with #B53B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53B1B; }
p { color: rgb(181,59,27); }
H1.HeaderClassName
{
color: #B53B1B;
}
.AnyTagClassName
{
color: #B53B1B;
}
</style>
background-color css
<style>
a { background-color: #B53B1B; }
a { background-color: rgb(181,59,27); }
div.DivClassName
{
background-color: #B53B1B;
}
.BgClassName
{
background-color: #B53B1B;
}
</style>
border-color css
<style>
span { border-color: #B53B1B; }
span { border-color: rgb(181,59,27); }
td.TdClassName
{
border-color: #B53B1B;
}
.TagClassName
{
border-color: #B53B1B;
}
</style>