Shades of Rust #B04108
Tints of Rust #B04108
RGB
CMYK
RGB Variations
Color information
#B04108 (or 0xB04108) is known color: Rust. HEX triplet: B0, 41 and 08. RGB value is (176,65,8). Sum of RGB (Red+Green+Blue) = 176+65+8=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 65 (25.78% from 255 or 26.10% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B04108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04108 is #4FBEF7. Grayscale: #5C5C5C. Windows color (decimal): -5226232 or 541104. OLE color: 541104.
HSL color Cylindrical-coordinate representation of color #B04108: hue angle of 20.36º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B04108 is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 65 | 8 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.31 |
| HSL | 20.36º | 0.91% | 0.36% | - |
| HSV(B) | 20.36º | 0.95% | 0.69% | - |
| XYZ | 19.84 | 13.03 | 1.7 | - |
| YUV | 91.69 | 80.77 | 188.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 65 | 8 | 0 | 0.63 | 0.95 | 0.31 | 20.36 | 0.91 | 0.36 |
| Hex | B0 | 41 | 8 | 0 | 3F | 5F | 1F | 14 | 5B | 24 |
| Octal | 260 | 101 | 10 | 0 | 77 | 137 | 37 | 24 | 133 | 44 |
| Binary | 10110000 | 1000001 | 1000 | 0 | 111111 | 1011111 | 11111 | 10100 | 1011011 | 100100 |
Color Harmonies of #B04108
Complementary color
Monochromatic Colors of #B04108
Black with #B04108
Text Example
Text Example
White with #B04108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04108; }
p { color: rgb(176,65,8); }
H1.HeaderClassName
{
color: #B04108;
}
.AnyTagClassName
{
color: #B04108;
}
</style>
background-color css
<style>
a { background-color: #B04108; }
a { background-color: rgb(176,65,8); }
div.DivClassName
{
background-color: #B04108;
}
.BgClassName
{
background-color: #B04108;
}
</style>
border-color css
<style>
span { border-color: #B04108; }
span { border-color: rgb(176,65,8); }
td.TdClassName
{
border-color: #B04108;
}
.TagClassName
{
border-color: #B04108;
}
</style>