Shades of Rust #B53D0D
Tints of Rust #B53D0D
RGB
CMYK
RGB Variations
Color information
#B53D0D (or 0xB53D0D) is known color: Rust. HEX triplet: B5, 3D and 0D. RGB value is (181,61,13). Sum of RGB (Red+Green+Blue) = 181+61+13=255 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.98% from 255); Green value is 61 (24.22% from 255 or 23.92% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B53D0D is #4AC2F2. Grayscale: #5B5B5B. Windows color (decimal): -4899571 or 867765. OLE color: 867765.
HSL color Cylindrical-coordinate representation of color #B53D0D: hue angle of 17.14º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B53D0D is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 61 | 13 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.29 |
| HSL | 17.14º | 0.87% | 0.38% | - |
| HSV(B) | 17.14º | 0.93% | 0.71% | - |
| XYZ | 20.8 | 13.19 | 1.83 | - |
| YUV | 91.41 | 83.76 | 191.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 13 | 0 | 0.66 | 0.93 | 0.29 | 17.14 | 0.87 | 0.38 |
| Hex | B5 | 3D | D | 0 | 42 | 5D | 1D | 11 | 57 | 26 |
| Octal | 265 | 75 | 15 | 0 | 102 | 135 | 35 | 21 | 127 | 46 |
| Binary | 10110101 | 111101 | 1101 | 0 | 1000010 | 1011101 | 11101 | 10001 | 1010111 | 100110 |
Color Harmonies of #B53D0D
Complementary color
Monochromatic Colors of #B53D0D
Black with #B53D0D
Text Example
Text Example
White with #B53D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53D0D; }
p { color: rgb(181,61,13); }
H1.HeaderClassName
{
color: #B53D0D;
}
.AnyTagClassName
{
color: #B53D0D;
}
</style>
background-color css
<style>
a { background-color: #B53D0D; }
a { background-color: rgb(181,61,13); }
div.DivClassName
{
background-color: #B53D0D;
}
.BgClassName
{
background-color: #B53D0D;
}
</style>
border-color css
<style>
span { border-color: #B53D0D; }
span { border-color: rgb(181,61,13); }
td.TdClassName
{
border-color: #B53D0D;
}
.TagClassName
{
border-color: #B53D0D;
}
</style>