Shades of Rust #B7400E
Tints of Rust #B7400E
RGB
CMYK
RGB Variations
Color information
#B7400E (or 0xB7400E) is known color: Rust. HEX triplet: B7, 40 and 0E. RGB value is (183,64,14). Sum of RGB (Red+Green+Blue) = 183+64+14=261 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.11% from 261); Green value is 64 (25.39% from 255 or 24.52% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 183 - color contains mainly: red. Hex color #B7400E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7400E is #48BFF1. Grayscale: #5E5E5E. Windows color (decimal): -4767730 or 934071. OLE color: 934071.
HSL color Cylindrical-coordinate representation of color #B7400E: hue angle of 17.75º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B7400E is Cyan = 0, Magento = 0.65, Yellow = 0.92 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 14 | - |
| CMYK | 0 | 0.65 | 0.92 | 0.28 |
| HSL | 17.75º | 0.86% | 0.39% | - |
| HSV(B) | 17.75º | 0.92% | 0.72% | - |
| XYZ | 21.44 | 13.77 | 1.94 | - |
| YUV | 93.88 | 82.92 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 14 | 0 | 0.65 | 0.92 | 0.28 | 17.75 | 0.86 | 0.39 |
| Hex | B7 | 40 | E | 0 | 41 | 5C | 1C | 12 | 56 | 27 |
| Octal | 267 | 100 | 16 | 0 | 101 | 134 | 34 | 22 | 126 | 47 |
| Binary | 10110111 | 1000000 | 1110 | 0 | 1000001 | 1011100 | 11100 | 10010 | 1010110 | 100111 |
Color Harmonies of #B7400E
Complementary color
Monochromatic Colors of #B7400E
Black with #B7400E
Text Example
Text Example
White with #B7400E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7400E; }
p { color: rgb(183,64,14); }
H1.HeaderClassName
{
color: #B7400E;
}
.AnyTagClassName
{
color: #B7400E;
}
</style>
background-color css
<style>
a { background-color: #B7400E; }
a { background-color: rgb(183,64,14); }
div.DivClassName
{
background-color: #B7400E;
}
.BgClassName
{
background-color: #B7400E;
}
</style>
border-color css
<style>
span { border-color: #B7400E; }
span { border-color: rgb(183,64,14); }
td.TdClassName
{
border-color: #B7400E;
}
.TagClassName
{
border-color: #B7400E;
}
</style>