Shades of Rust #B74620
Tints of Rust #B74620
RGB
CMYK
RGB Variations
Color information
#B74620 (or 0xB74620) is known color: Rust. HEX triplet: B7, 46 and 20. RGB value is (183,70,32). Sum of RGB (Red+Green+Blue) = 183+70+32=285 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.21% from 285); Green value is 70 (27.73% from 255 or 24.56% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 183 - color contains mainly: red. Hex color #B74620 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74620 is #48B9DF. Grayscale: #636363. Windows color (decimal): -4766176 or 2115255. OLE color: 2115255.
HSL color Cylindrical-coordinate representation of color #B74620: hue angle of 15.1º degrees, saturation: 0.7, 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 #B74620 is Cyan = 0, Magento = 0.62, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 32 | - |
| CMYK | 0 | 0.62 | 0.83 | 0.28 |
| HSL | 15.1º | 0.7% | 0.42% | - |
| HSV(B) | 15.1º | 0.83% | 0.72% | - |
| XYZ | 21.98 | 14.55 | 3.02 | - |
| YUV | 99.46 | 89.94 | 187.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 32 | 0 | 0.62 | 0.83 | 0.28 | 15.1 | 0.7 | 0.42 |
| Hex | B7 | 46 | 20 | 0 | 3E | 53 | 1C | F | 46 | 2A |
| Octal | 267 | 106 | 40 | 0 | 76 | 123 | 34 | 17 | 106 | 52 |
| Binary | 10110111 | 1000110 | 100000 | 0 | 111110 | 1010011 | 11100 | 1111 | 1000110 | 101010 |
Color Harmonies of #B74620
Complementary color
Monochromatic Colors of #B74620
Black with #B74620
Text Example
Text Example
White with #B74620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74620; }
p { color: rgb(183,70,32); }
H1.HeaderClassName
{
color: #B74620;
}
.AnyTagClassName
{
color: #B74620;
}
</style>
background-color css
<style>
a { background-color: #B74620; }
a { background-color: rgb(183,70,32); }
div.DivClassName
{
background-color: #B74620;
}
.BgClassName
{
background-color: #B74620;
}
</style>
border-color css
<style>
span { border-color: #B74620; }
span { border-color: rgb(183,70,32); }
td.TdClassName
{
border-color: #B74620;
}
.TagClassName
{
border-color: #B74620;
}
</style>