Shades of Rust #B5420B
Tints of Rust #B5420B
RGB
CMYK
RGB Variations
Color information
#B5420B (or 0xB5420B) is known color: Rust. HEX triplet: B5, 42 and 0B. RGB value is (181,66,11). Sum of RGB (Red+Green+Blue) = 181+66+11=258 (34% of max value = 765). Red value is 181 (71.09% from 255 or 70.16% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 181 - color contains mainly: red. Hex color #B5420B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B5420B is #4ABDF4. Grayscale: #5E5E5E. Windows color (decimal): -4898293 or 737973. OLE color: 737973.
HSL color Cylindrical-coordinate representation of color #B5420B: hue angle of 19.41º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B5420B is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 66 | 11 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.29 |
| HSL | 19.41º | 0.89% | 0.38% | - |
| HSV(B) | 19.41º | 0.94% | 0.71% | - |
| XYZ | 21.06 | 13.74 | 1.86 | - |
| YUV | 94.12 | 81.1 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 66 | 11 | 0 | 0.64 | 0.94 | 0.29 | 19.41 | 0.89 | 0.38 |
| Hex | B5 | 42 | B | 0 | 40 | 5E | 1D | 13 | 59 | 26 |
| Octal | 265 | 102 | 13 | 0 | 100 | 136 | 35 | 23 | 131 | 46 |
| Binary | 10110101 | 1000010 | 1011 | 0 | 1000000 | 1011110 | 11101 | 10011 | 1011001 | 100110 |
Color Harmonies of #B5420B
Complementary color
Monochromatic Colors of #B5420B
Black with #B5420B
Text Example
Text Example
White with #B5420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5420B; }
p { color: rgb(181,66,11); }
H1.HeaderClassName
{
color: #B5420B;
}
.AnyTagClassName
{
color: #B5420B;
}
</style>
background-color css
<style>
a { background-color: #B5420B; }
a { background-color: rgb(181,66,11); }
div.DivClassName
{
background-color: #B5420B;
}
.BgClassName
{
background-color: #B5420B;
}
</style>
border-color css
<style>
span { border-color: #B5420B; }
span { border-color: rgb(181,66,11); }
td.TdClassName
{
border-color: #B5420B;
}
.TagClassName
{
border-color: #B5420B;
}
</style>