Shades of Rust #B5340D
Tints of Rust #B5340D
RGB
CMYK
RGB Variations
Color information
#B5340D (or 0xB5340D) is known color: Rust. HEX triplet: B5, 34 and 0D. RGB value is (181,52,13). Sum of RGB (Red+Green+Blue) = 181+52+13=246 (32% of max value = 765). Red value is 181 (71.09% from 255 or 73.58% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 181 - color contains mainly: red. Hex color #B5340D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5340D is #4ACBF2. Grayscale: #565656. Windows color (decimal): -4901875 or 865461. OLE color: 865461.
HSL color Cylindrical-coordinate representation of color #B5340D: hue angle of 13.93º 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 #B5340D is Cyan = 0, Magento = 0.71, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 52 | 13 | - |
| CMYK | 0 | 0.71 | 0.93 | 0.29 |
| HSL | 13.93º | 0.87% | 0.38% | - |
| HSV(B) | 13.93º | 0.93% | 0.71% | - |
| XYZ | 20.36 | 12.31 | 1.68 | - |
| YUV | 86.13 | 86.74 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 52 | 13 | 0 | 0.71 | 0.93 | 0.29 | 13.93 | 0.87 | 0.38 |
| Hex | B5 | 34 | D | 0 | 47 | 5D | 1D | E | 57 | 26 |
| Octal | 265 | 64 | 15 | 0 | 107 | 135 | 35 | 16 | 127 | 46 |
| Binary | 10110101 | 110100 | 1101 | 0 | 1000111 | 1011101 | 11101 | 1110 | 1010111 | 100110 |
Color Harmonies of #B5340D
Complementary color
Monochromatic Colors of #B5340D
Black with #B5340D
Text Example
Text Example
White with #B5340D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5340D; }
p { color: rgb(181,52,13); }
H1.HeaderClassName
{
color: #B5340D;
}
.AnyTagClassName
{
color: #B5340D;
}
</style>
background-color css
<style>
a { background-color: #B5340D; }
a { background-color: rgb(181,52,13); }
div.DivClassName
{
background-color: #B5340D;
}
.BgClassName
{
background-color: #B5340D;
}
</style>
border-color css
<style>
span { border-color: #B5340D; }
span { border-color: rgb(181,52,13); }
td.TdClassName
{
border-color: #B5340D;
}
.TagClassName
{
border-color: #B5340D;
}
</style>