Shades of Rust #B04500
Tints of Rust #B04500
RGB
CMYK
RGB Variations
Color information
#B04500 (or 0xB04500) is known color: Rust. HEX triplet: B0, 45 and 00. RGB value is (176,69,0). Sum of RGB (Red+Green+Blue) = 176+69+0=245 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.84% from 245); Green value is 69 (27.34% from 255 or 28.16% from 245); Blue value is 0 (0.39% from 255 or 0% from 245); Max value from RGB is 176 - color contains mainly: red. Hex color #B04500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04500 is #4FBAFF. Grayscale: #5D5D5D. Windows color (decimal): -5225216 or 17840. OLE color: 17840.
HSL color Cylindrical-coordinate representation of color #B04500: hue angle of 23.52º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B04500 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 69 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.31 |
| HSL | 23.52º | 1% | 0.35% | - |
| HSV(B) | 23.52º | 1% | 0.69% | - |
| XYZ | 20.03 | 13.49 | 1.55 | - |
| YUV | 93.13 | 75.45 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 69 | 0 | 0 | 0.61 | 1 | 0.31 | 23.52 | 1 | 0.35 |
| Hex | B0 | 45 | 0 | 0 | 3D | 64 | 1F | 18 | 64 | 23 |
| Octal | 260 | 105 | 0 | 0 | 75 | 144 | 37 | 30 | 144 | 43 |
| Binary | 10110000 | 1000101 | 0 | 0 | 111101 | 1100100 | 11111 | 11000 | 1100100 | 100011 |
Color Harmonies of #B04500
Complementary color
Monochromatic Colors of #B04500
Black with #B04500
Text Example
Text Example
White with #B04500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04500; }
p { color: rgb(176,69,0); }
H1.HeaderClassName
{
color: #B04500;
}
.AnyTagClassName
{
color: #B04500;
}
</style>
background-color css
<style>
a { background-color: #B04500; }
a { background-color: rgb(176,69,0); }
div.DivClassName
{
background-color: #B04500;
}
.BgClassName
{
background-color: #B04500;
}
</style>
border-color css
<style>
span { border-color: #B04500; }
span { border-color: rgb(176,69,0); }
td.TdClassName
{
border-color: #B04500;
}
.TagClassName
{
border-color: #B04500;
}
</style>