Shades of Rust #B04519
Tints of Rust #B04519
RGB
CMYK
RGB Variations
Color information
#B04519 (or 0xB04519) is known color: Rust. HEX triplet: B0, 45 and 19. RGB value is (176,69,25). Sum of RGB (Red+Green+Blue) = 176+69+25=270 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.19% from 270); Green value is 69 (27.34% from 255 or 25.56% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 176 - color contains mainly: red. Hex color #B04519 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04519 is #4FBAE6. Grayscale: #606060. Windows color (decimal): -5225191 or 1656240. OLE color: 1656240.
HSL color Cylindrical-coordinate representation of color #B04519: hue angle of 17.48º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B04519 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 69 | 25 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.31 |
| HSL | 17.48º | 0.75% | 0.39% | - |
| HSV(B) | 17.48º | 0.86% | 0.69% | - |
| XYZ | 20.21 | 13.56 | 2.47 | - |
| YUV | 95.98 | 87.95 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 25 | 0 | 0.61 | 0.86 | 0.31 | 17.48 | 0.75 | 0.39 |
| Hex | B0 | 45 | 19 | 0 | 3D | 56 | 1F | 11 | 4B | 27 |
| Octal | 260 | 105 | 31 | 0 | 75 | 126 | 37 | 21 | 113 | 47 |
| Binary | 10110000 | 1000101 | 11001 | 0 | 111101 | 1010110 | 11111 | 10001 | 1001011 | 100111 |
Color Harmonies of #B04519
Complementary color
Monochromatic Colors of #B04519
Black with #B04519
Text Example
Text Example
White with #B04519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04519; }
p { color: rgb(176,69,25); }
H1.HeaderClassName
{
color: #B04519;
}
.AnyTagClassName
{
color: #B04519;
}
</style>
background-color css
<style>
a { background-color: #B04519; }
a { background-color: rgb(176,69,25); }
div.DivClassName
{
background-color: #B04519;
}
.BgClassName
{
background-color: #B04519;
}
</style>
border-color css
<style>
span { border-color: #B04519; }
span { border-color: rgb(176,69,25); }
td.TdClassName
{
border-color: #B04519;
}
.TagClassName
{
border-color: #B04519;
}
</style>