Shades of Rust #B04817
Tints of Rust #B04817
RGB
CMYK
RGB Variations
Color information
#B04817 (or 0xB04817) is known color: Rust. HEX triplet: B0, 48 and 17. RGB value is (176,72,23). Sum of RGB (Red+Green+Blue) = 176+72+23=271 (35% of max value = 765). Red value is 176 (69.14% from 255 or 64.94% from 271); Green value is 72 (28.52% from 255 or 26.57% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 176 - color contains mainly: red. Hex color #B04817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04817 is #4FB7E8. Grayscale: #616161. Windows color (decimal): -5224425 or 1525936. OLE color: 1525936.
HSL color Cylindrical-coordinate representation of color #B04817: hue angle of 19.22º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B04817 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 23 | - |
| CMYK | 0 | 0.59 | 0.87 | 0.31 |
| HSL | 19.22º | 0.77% | 0.39% | - |
| HSV(B) | 19.22º | 0.87% | 0.69% | - |
| XYZ | 20.38 | 13.93 | 2.42 | - |
| YUV | 97.51 | 85.96 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 23 | 0 | 0.59 | 0.87 | 0.31 | 19.22 | 0.77 | 0.39 |
| Hex | B0 | 48 | 17 | 0 | 3B | 57 | 1F | 13 | 4D | 27 |
| Octal | 260 | 110 | 27 | 0 | 73 | 127 | 37 | 23 | 115 | 47 |
| Binary | 10110000 | 1001000 | 10111 | 0 | 111011 | 1010111 | 11111 | 10011 | 1001101 | 100111 |
Color Harmonies of #B04817
Complementary color
Monochromatic Colors of #B04817
Black with #B04817
Text Example
Text Example
White with #B04817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04817; }
p { color: rgb(176,72,23); }
H1.HeaderClassName
{
color: #B04817;
}
.AnyTagClassName
{
color: #B04817;
}
</style>
background-color css
<style>
a { background-color: #B04817; }
a { background-color: rgb(176,72,23); }
div.DivClassName
{
background-color: #B04817;
}
.BgClassName
{
background-color: #B04817;
}
</style>
border-color css
<style>
span { border-color: #B04817; }
span { border-color: rgb(176,72,23); }
td.TdClassName
{
border-color: #B04817;
}
.TagClassName
{
border-color: #B04817;
}
</style>