Shades of Rust #B7400B
Tints of Rust #B7400B
RGB
CMYK
RGB Variations
Color information
#B7400B (or 0xB7400B) is known color: Rust. HEX triplet: B7, 40 and 0B. RGB value is (183,64,11). Sum of RGB (Red+Green+Blue) = 183+64+11=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B7400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7400B is #48BFF4. Grayscale: #5D5D5D. Windows color (decimal): -4767733 or 737463. OLE color: 737463.
HSL color Cylindrical-coordinate representation of color #B7400B: hue angle of 18.49º 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 #B7400B is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 11 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.28 |
| HSL | 18.49º | 0.89% | 0.38% | - |
| HSV(B) | 18.49º | 0.94% | 0.72% | - |
| XYZ | 21.42 | 13.76 | 1.84 | - |
| YUV | 93.54 | 81.42 | 191.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 11 | 0 | 0.65 | 0.94 | 0.28 | 18.49 | 0.89 | 0.38 |
| Hex | B7 | 40 | B | 0 | 41 | 5E | 1C | 12 | 59 | 26 |
| Octal | 267 | 100 | 13 | 0 | 101 | 136 | 34 | 22 | 131 | 46 |
| Binary | 10110111 | 1000000 | 1011 | 0 | 1000001 | 1011110 | 11100 | 10010 | 1011001 | 100110 |
Color Harmonies of #B7400B
Complementary color
Monochromatic Colors of #B7400B
Black with #B7400B
Text Example
Text Example
White with #B7400B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7400B; }
p { color: rgb(183,64,11); }
H1.HeaderClassName
{
color: #B7400B;
}
.AnyTagClassName
{
color: #B7400B;
}
</style>
background-color css
<style>
a { background-color: #B7400B; }
a { background-color: rgb(183,64,11); }
div.DivClassName
{
background-color: #B7400B;
}
.BgClassName
{
background-color: #B7400B;
}
</style>
border-color css
<style>
span { border-color: #B7400B; }
span { border-color: rgb(183,64,11); }
td.TdClassName
{
border-color: #B7400B;
}
.TagClassName
{
border-color: #B7400B;
}
</style>