Shades of Rust #B53D1D
Tints of Rust #B53D1D
RGB
CMYK
RGB Variations
Color information
#B53D1D (or 0xB53D1D) is known color: Rust. HEX triplet: B5, 3D and 1D. RGB value is (181,61,29). Sum of RGB (Red+Green+Blue) = 181+61+29=271 (35% of max value = 765). Red value is 181 (71.09% from 255 or 66.79% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 29 (11.72% from 255 or 10.70% from 271); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53D1D is #4AC2E2. Grayscale: #5D5D5D. Windows color (decimal): -4899555 or 1916341. OLE color: 1916341.
HSL color Cylindrical-coordinate representation of color #B53D1D: hue angle of 12.63º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B53D1D is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 61 | 29 | - |
| CMYK | 0 | 0.66 | 0.84 | 0.29 |
| HSL | 12.63º | 0.72% | 0.41% | - |
| HSV(B) | 12.63º | 0.84% | 0.71% | - |
| XYZ | 20.95 | 13.25 | 2.62 | - |
| YUV | 93.23 | 91.76 | 190.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 29 | 0 | 0.66 | 0.84 | 0.29 | 12.63 | 0.72 | 0.41 |
| Hex | B5 | 3D | 1D | 0 | 42 | 54 | 1D | D | 48 | 29 |
| Octal | 265 | 75 | 35 | 0 | 102 | 124 | 35 | 15 | 110 | 51 |
| Binary | 10110101 | 111101 | 11101 | 0 | 1000010 | 1010100 | 11101 | 1101 | 1001000 | 101001 |
Color Harmonies of #B53D1D
Complementary color
Monochromatic Colors of #B53D1D
Black with #B53D1D
Text Example
Text Example
White with #B53D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53D1D; }
p { color: rgb(181,61,29); }
H1.HeaderClassName
{
color: #B53D1D;
}
.AnyTagClassName
{
color: #B53D1D;
}
</style>
background-color css
<style>
a { background-color: #B53D1D; }
a { background-color: rgb(181,61,29); }
div.DivClassName
{
background-color: #B53D1D;
}
.BgClassName
{
background-color: #B53D1D;
}
</style>
border-color css
<style>
span { border-color: #B53D1D; }
span { border-color: rgb(181,61,29); }
td.TdClassName
{
border-color: #B53D1D;
}
.TagClassName
{
border-color: #B53D1D;
}
</style>