Shades of Rust #B7401D
Tints of Rust #B7401D
RGB
CMYK
RGB Variations
Color information
#B7401D (or 0xB7401D) is known color: Rust. HEX triplet: B7, 40 and 1D. RGB value is (183,64,29). Sum of RGB (Red+Green+Blue) = 183+64+29=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B7401D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7401D is #48BFE2. Grayscale: #5F5F5F. Windows color (decimal): -4767715 or 1917111. OLE color: 1917111.
HSL color Cylindrical-coordinate representation of color #B7401D: hue angle of 13.64º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B7401D is Cyan = 0, Magento = 0.65, Yellow = 0.84 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 29 | - |
| CMYK | 0 | 0.65 | 0.84 | 0.28 |
| HSL | 13.64º | 0.73% | 0.42% | - |
| HSV(B) | 13.64º | 0.84% | 0.72% | - |
| XYZ | 21.58 | 13.82 | 2.69 | - |
| YUV | 95.59 | 90.42 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 29 | 0 | 0.65 | 0.84 | 0.28 | 13.64 | 0.73 | 0.42 |
| Hex | B7 | 40 | 1D | 0 | 41 | 54 | 1C | E | 49 | 2A |
| Octal | 267 | 100 | 35 | 0 | 101 | 124 | 34 | 16 | 111 | 52 |
| Binary | 10110111 | 1000000 | 11101 | 0 | 1000001 | 1010100 | 11100 | 1110 | 1001001 | 101010 |
Color Harmonies of #B7401D
Complementary color
Monochromatic Colors of #B7401D
Black with #B7401D
Text Example
Text Example
White with #B7401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7401D; }
p { color: rgb(183,64,29); }
H1.HeaderClassName
{
color: #B7401D;
}
.AnyTagClassName
{
color: #B7401D;
}
</style>
background-color css
<style>
a { background-color: #B7401D; }
a { background-color: rgb(183,64,29); }
div.DivClassName
{
background-color: #B7401D;
}
.BgClassName
{
background-color: #B7401D;
}
</style>
border-color css
<style>
span { border-color: #B7401D; }
span { border-color: rgb(183,64,29); }
td.TdClassName
{
border-color: #B7401D;
}
.TagClassName
{
border-color: #B7401D;
}
</style>