Shades of Rust #B7440B
Tints of Rust #B7440B
RGB
CMYK
RGB Variations
Color information
#B7440B (or 0xB7440B) is known color: Rust. HEX triplet: B7, 44 and 0B. RGB value is (183,68,11). Sum of RGB (Red+Green+Blue) = 183+68+11=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 68 (26.95% from 255 or 25.95% from 262); Blue value is 11 (4.69% from 255 or 4.20% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B7440B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7440B is #48BBF4. Grayscale: #606060. Windows color (decimal): -4766709 or 738487. OLE color: 738487.
HSL color Cylindrical-coordinate representation of color #B7440B: hue angle of 19.88º 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 #B7440B is Cyan = 0, Magento = 0.63, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 11 | - |
| CMYK | 0 | 0.63 | 0.94 | 0.28 |
| HSL | 19.88º | 0.89% | 0.38% | - |
| HSV(B) | 19.88º | 0.94% | 0.72% | - |
| XYZ | 21.66 | 14.23 | 1.92 | - |
| YUV | 95.89 | 80.1 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 11 | 0 | 0.63 | 0.94 | 0.28 | 19.88 | 0.89 | 0.38 |
| Hex | B7 | 44 | B | 0 | 3F | 5E | 1C | 14 | 59 | 26 |
| Octal | 267 | 104 | 13 | 0 | 77 | 136 | 34 | 24 | 131 | 46 |
| Binary | 10110111 | 1000100 | 1011 | 0 | 111111 | 1011110 | 11100 | 10100 | 1011001 | 100110 |
Color Harmonies of #B7440B
Complementary color
Monochromatic Colors of #B7440B
Black with #B7440B
Text Example
Text Example
White with #B7440B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7440B; }
p { color: rgb(183,68,11); }
H1.HeaderClassName
{
color: #B7440B;
}
.AnyTagClassName
{
color: #B7440B;
}
</style>
background-color css
<style>
a { background-color: #B7440B; }
a { background-color: rgb(183,68,11); }
div.DivClassName
{
background-color: #B7440B;
}
.BgClassName
{
background-color: #B7440B;
}
</style>
border-color css
<style>
span { border-color: #B7440B; }
span { border-color: rgb(183,68,11); }
td.TdClassName
{
border-color: #B7440B;
}
.TagClassName
{
border-color: #B7440B;
}
</style>