Shades of Rust #B7420B
Tints of Rust #B7420B
RGB
CMYK
RGB Variations
Color information
#B7420B (or 0xB7420B) is known color: Rust. HEX triplet: B7, 42 and 0B. RGB value is (183,66,11). Sum of RGB (Red+Green+Blue) = 183+66+11=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 66 (26.17% from 255 or 25.38% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B7420B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7420B is #48BDF4. Grayscale: #5F5F5F. Windows color (decimal): -4767221 or 737975. OLE color: 737975.
HSL color Cylindrical-coordinate representation of color #B7420B: hue angle of 19.19º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B7420B is Cyan = 0, Magento = 0.64, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 11 | - |
| CMYK | 0 | 0.64 | 0.94 | 0.28 |
| HSL | 19.19º | 0.89% | 0.38% | - |
| HSV(B) | 19.19º | 0.94% | 0.72% | - |
| XYZ | 21.54 | 13.99 | 1.88 | - |
| YUV | 94.71 | 80.76 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 11 | 0 | 0.64 | 0.94 | 0.28 | 19.19 | 0.89 | 0.38 |
| Hex | B7 | 42 | B | 0 | 40 | 5E | 1C | 13 | 59 | 26 |
| Octal | 267 | 102 | 13 | 0 | 100 | 136 | 34 | 23 | 131 | 46 |
| Binary | 10110111 | 1000010 | 1011 | 0 | 1000000 | 1011110 | 11100 | 10011 | 1011001 | 100110 |
Color Harmonies of #B7420B
Complementary color
Monochromatic Colors of #B7420B
Black with #B7420B
Text Example
Text Example
White with #B7420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7420B; }
p { color: rgb(183,66,11); }
H1.HeaderClassName
{
color: #B7420B;
}
.AnyTagClassName
{
color: #B7420B;
}
</style>
background-color css
<style>
a { background-color: #B7420B; }
a { background-color: rgb(183,66,11); }
div.DivClassName
{
background-color: #B7420B;
}
.BgClassName
{
background-color: #B7420B;
}
</style>
border-color css
<style>
span { border-color: #B7420B; }
span { border-color: rgb(183,66,11); }
td.TdClassName
{
border-color: #B7420B;
}
.TagClassName
{
border-color: #B7420B;
}
</style>