Shades of Rust #B04100
Tints of Rust #B04100
RGB
CMYK
RGB Variations
Color information
#B04100 (or 0xB04100) is known color: Rust. HEX triplet: B0, 41 and 00. RGB value is (176,65,0). Sum of RGB (Red+Green+Blue) = 176+65+0=241 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.03% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 176 - color contains mainly: red. Hex color #B04100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04100 is #4FBEFF. Grayscale: #5B5B5B. Windows color (decimal): -5226240 or 16816. OLE color: 16816.
HSL color Cylindrical-coordinate representation of color #B04100: hue angle of 22.16º 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 #B04100 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.31 |
| HSL | 22.16º | 1% | 0.35% | - |
| HSV(B) | 22.16º | 1% | 0.69% | - |
| XYZ | 19.79 | 13.01 | 1.47 | - |
| YUV | 90.78 | 76.77 | 188.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 0 | 0 | 0.63 | 1 | 0.31 | 22.16 | 1 | 0.35 |
| Hex | B0 | 41 | 0 | 0 | 3F | 64 | 1F | 16 | 64 | 23 |
| Octal | 260 | 101 | 0 | 0 | 77 | 144 | 37 | 26 | 144 | 43 |
| Binary | 10110000 | 1000001 | 0 | 0 | 111111 | 1100100 | 11111 | 10110 | 1100100 | 100011 |
Color Harmonies of #B04100
Complementary color
Monochromatic Colors of #B04100
Black with #B04100
Text Example
Text Example
White with #B04100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04100; }
p { color: rgb(176,65,0); }
H1.HeaderClassName
{
color: #B04100;
}
.AnyTagClassName
{
color: #B04100;
}
</style>
background-color css
<style>
a { background-color: #B04100; }
a { background-color: rgb(176,65,0); }
div.DivClassName
{
background-color: #B04100;
}
.BgClassName
{
background-color: #B04100;
}
</style>
border-color css
<style>
span { border-color: #B04100; }
span { border-color: rgb(176,65,0); }
td.TdClassName
{
border-color: #B04100;
}
.TagClassName
{
border-color: #B04100;
}
</style>