Shades of Rust #B7401B
Tints of Rust #B7401B
RGB
CMYK
RGB Variations
Color information
#B7401B (or 0xB7401B) is known color: Rust. HEX triplet: B7, 40 and 1B. RGB value is (183,64,27). Sum of RGB (Red+Green+Blue) = 183+64+27=274 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.79% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 183 - color contains mainly: red. Hex color #B7401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7401B is #48BFE4. Grayscale: #5F5F5F. Windows color (decimal): -4767717 or 1786039. OLE color: 1786039.
HSL color Cylindrical-coordinate representation of color #B7401B: hue angle of 14.23º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7401B is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 27 | - |
| CMYK | 0 | 0.65 | 0.85 | 0.28 |
| HSL | 14.23º | 0.74% | 0.41% | - |
| HSV(B) | 14.23º | 0.85% | 0.72% | - |
| XYZ | 21.56 | 13.81 | 2.57 | - |
| YUV | 95.36 | 89.42 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 27 | 0 | 0.65 | 0.85 | 0.28 | 14.23 | 0.74 | 0.41 |
| Hex | B7 | 40 | 1B | 0 | 41 | 55 | 1C | E | 4A | 29 |
| Octal | 267 | 100 | 33 | 0 | 101 | 125 | 34 | 16 | 112 | 51 |
| Binary | 10110111 | 1000000 | 11011 | 0 | 1000001 | 1010101 | 11100 | 1110 | 1001010 | 101001 |
Color Harmonies of #B7401B
Complementary color
Monochromatic Colors of #B7401B
Black with #B7401B
Text Example
Text Example
White with #B7401B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7401B; }
p { color: rgb(183,64,27); }
H1.HeaderClassName
{
color: #B7401B;
}
.AnyTagClassName
{
color: #B7401B;
}
</style>
background-color css
<style>
a { background-color: #B7401B; }
a { background-color: rgb(183,64,27); }
div.DivClassName
{
background-color: #B7401B;
}
.BgClassName
{
background-color: #B7401B;
}
</style>
border-color css
<style>
span { border-color: #B7401B; }
span { border-color: rgb(183,64,27); }
td.TdClassName
{
border-color: #B7401B;
}
.TagClassName
{
border-color: #B7401B;
}
</style>