Shades of Rust #B7441F
Tints of Rust #B7441F
RGB
CMYK
RGB Variations
Color information
#B7441F (or 0xB7441F) is known color: Rust. HEX triplet: B7, 44 and 1F. RGB value is (183,68,31). Sum of RGB (Red+Green+Blue) = 183+68+31=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 31 (12.5% from 255 or 10.99% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B7441F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7441F is #48BBE0. Grayscale: #626262. Windows color (decimal): -4766689 or 2049207. OLE color: 2049207.
HSL color Cylindrical-coordinate representation of color #B7441F: hue angle of 14.61º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B7441F is Cyan = 0, Magento = 0.63, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 68 | 31 | - |
| CMYK | 0 | 0.63 | 0.83 | 0.28 |
| HSL | 14.61º | 0.71% | 0.42% | - |
| HSV(B) | 14.61º | 0.83% | 0.72% | - |
| XYZ | 21.84 | 14.3 | 2.91 | - |
| YUV | 98.17 | 90.1 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 68 | 31 | 0 | 0.63 | 0.83 | 0.28 | 14.61 | 0.71 | 0.42 |
| Hex | B7 | 44 | 1F | 0 | 3F | 53 | 1C | F | 47 | 2A |
| Octal | 267 | 104 | 37 | 0 | 77 | 123 | 34 | 17 | 107 | 52 |
| Binary | 10110111 | 1000100 | 11111 | 0 | 111111 | 1010011 | 11100 | 1111 | 1000111 | 101010 |
Color Harmonies of #B7441F
Complementary color
Monochromatic Colors of #B7441F
Black with #B7441F
Text Example
Text Example
White with #B7441F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7441F; }
p { color: rgb(183,68,31); }
H1.HeaderClassName
{
color: #B7441F;
}
.AnyTagClassName
{
color: #B7441F;
}
</style>
background-color css
<style>
a { background-color: #B7441F; }
a { background-color: rgb(183,68,31); }
div.DivClassName
{
background-color: #B7441F;
}
.BgClassName
{
background-color: #B7441F;
}
</style>
border-color css
<style>
span { border-color: #B7441F; }
span { border-color: rgb(183,68,31); }
td.TdClassName
{
border-color: #B7441F;
}
.TagClassName
{
border-color: #B7441F;
}
</style>