Shades of Rust #B04601
Tints of Rust #B04601
RGB
CMYK
RGB Variations
Color information
#B04601 (or 0xB04601) is known color: Rust. HEX triplet: B0, 46 and 01. RGB value is (176,70,1). Sum of RGB (Red+Green+Blue) = 176+70+1=247 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.26% from 247); Green value is 70 (27.73% from 255 or 28.34% from 247); Blue value is 1 (0.78% from 255 or 0.40% from 247); Max value from RGB is 176 - color contains mainly: red. Hex color #B04601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04601 is #4FB9FE. Grayscale: #5E5E5E. Windows color (decimal): -5224959 or 83632. OLE color: 83632.
HSL color Cylindrical-coordinate representation of color #B04601: hue angle of 23.66º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B04601 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 70 | 1 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.31 |
| HSL | 23.66º | 0.99% | 0.35% | - |
| HSV(B) | 23.66º | 0.99% | 0.69% | - |
| XYZ | 20.1 | 13.61 | 1.6 | - |
| YUV | 93.83 | 75.62 | 186.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 70 | 1 | 0 | 0.60 | 0.99 | 0.31 | 23.66 | 0.99 | 0.35 |
| Hex | B0 | 46 | 1 | 0 | 3C | 63 | 1F | 18 | 63 | 23 |
| Octal | 260 | 106 | 1 | 0 | 74 | 143 | 37 | 30 | 143 | 43 |
| Binary | 10110000 | 1000110 | 1 | 0 | 111100 | 1100011 | 11111 | 11000 | 1100011 | 100011 |
Color Harmonies of #B04601
Complementary color
Monochromatic Colors of #B04601
Black with #B04601
Text Example
Text Example
White with #B04601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04601; }
p { color: rgb(176,70,1); }
H1.HeaderClassName
{
color: #B04601;
}
.AnyTagClassName
{
color: #B04601;
}
</style>
background-color css
<style>
a { background-color: #B04601; }
a { background-color: rgb(176,70,1); }
div.DivClassName
{
background-color: #B04601;
}
.BgClassName
{
background-color: #B04601;
}
</style>
border-color css
<style>
span { border-color: #B04601; }
span { border-color: rgb(176,70,1); }
td.TdClassName
{
border-color: #B04601;
}
.TagClassName
{
border-color: #B04601;
}
</style>