Shades of Rust #B7431C
Tints of Rust #B7431C
RGB
CMYK
RGB Variations
Color information
#B7431C (or 0xB7431C) is known color: Rust. HEX triplet: B7, 43 and 1C. RGB value is (183,67,28). Sum of RGB (Red+Green+Blue) = 183+67+28=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B7431C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7431C is #48BCE3. Grayscale: #616161. Windows color (decimal): -4766948 or 1852343. OLE color: 1852343.
HSL color Cylindrical-coordinate representation of color #B7431C: hue angle of 15.1º degrees, saturation: 0.73, 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 #B7431C is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 67 | 28 | - |
| CMYK | 0 | 0.63 | 0.85 | 0.28 |
| HSL | 15.1º | 0.73% | 0.41% | - |
| HSV(B) | 15.1º | 0.85% | 0.72% | - |
| XYZ | 21.75 | 14.17 | 2.69 | - |
| YUV | 97.24 | 88.93 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 67 | 28 | 0 | 0.63 | 0.85 | 0.28 | 15.1 | 0.73 | 0.41 |
| Hex | B7 | 43 | 1C | 0 | 3F | 55 | 1C | F | 49 | 29 |
| Octal | 267 | 103 | 34 | 0 | 77 | 125 | 34 | 17 | 111 | 51 |
| Binary | 10110111 | 1000011 | 11100 | 0 | 111111 | 1010101 | 11100 | 1111 | 1001001 | 101001 |
Color Harmonies of #B7431C
Complementary color
Monochromatic Colors of #B7431C
Black with #B7431C
Text Example
Text Example
White with #B7431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7431C; }
p { color: rgb(183,67,28); }
H1.HeaderClassName
{
color: #B7431C;
}
.AnyTagClassName
{
color: #B7431C;
}
</style>
background-color css
<style>
a { background-color: #B7431C; }
a { background-color: rgb(183,67,28); }
div.DivClassName
{
background-color: #B7431C;
}
.BgClassName
{
background-color: #B7431C;
}
</style>
border-color css
<style>
span { border-color: #B7431C; }
span { border-color: rgb(183,67,28); }
td.TdClassName
{
border-color: #B7431C;
}
.TagClassName
{
border-color: #B7431C;
}
</style>