Shades of Rust #B7431B
Tints of Rust #B7431B
RGB
CMYK
RGB Variations
Color information
#B7431B (or 0xB7431B) is known color: Rust. HEX triplet: B7, 43 and 1B. RGB value is (183,67,27). Sum of RGB (Red+Green+Blue) = 183+67+27=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B7431B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7431B is #48BCE4. Grayscale: #616161. Windows color (decimal): -4766949 or 1786807. OLE color: 1786807.
HSL color Cylindrical-coordinate representation of color #B7431B: hue angle of 15.38º 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 #B7431B is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 27 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.28 |
| HSL | 15.38º | 0.74% | 0.41% | - |
| HSV(B) | 15.38º | 0.85% | 0.72% | - |
| XYZ | 21.73 | 14.16 | 2.62 | - |
| YUV | 97.12 | 88.43 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 27 | 0 | 0.63 | 0.85 | 0.28 | 15.38 | 0.74 | 0.41 |
| Hex | B7 | 43 | 1B | 0 | 3F | 55 | 1C | F | 4A | 29 |
| Octal | 267 | 103 | 33 | 0 | 77 | 125 | 34 | 17 | 112 | 51 |
| Binary | 10110111 | 1000011 | 11011 | 0 | 111111 | 1010101 | 11100 | 1111 | 1001010 | 101001 |
Color Harmonies of #B7431B
Complementary color
Monochromatic Colors of #B7431B
Black with #B7431B
Text Example
Text Example
White with #B7431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7431B; }
p { color: rgb(183,67,27); }
H1.HeaderClassName
{
color: #B7431B;
}
.AnyTagClassName
{
color: #B7431B;
}
</style>
background-color css
<style>
a { background-color: #B7431B; }
a { background-color: rgb(183,67,27); }
div.DivClassName
{
background-color: #B7431B;
}
.BgClassName
{
background-color: #B7431B;
}
</style>
border-color css
<style>
span { border-color: #B7431B; }
span { border-color: rgb(183,67,27); }
td.TdClassName
{
border-color: #B7431B;
}
.TagClassName
{
border-color: #B7431B;
}
</style>