Shades of Rust #B04808
Tints of Rust #B04808
RGB
CMYK
RGB Variations
Color information
#B04808 (or 0xB04808) is known color: Rust. HEX triplet: B0, 48 and 08. RGB value is (176,72,8). Sum of RGB (Red+Green+Blue) = 176+72+8=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B04808 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04808 is #4FB7F7. Grayscale: #606060. Windows color (decimal): -5224440 or 542896. OLE color: 542896.
HSL color Cylindrical-coordinate representation of color #B04808: hue angle of 22.86º 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 #B04808 is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 72 | 8 | - |
| CMYK | 0 | 0.59 | 0.95 | 0.31 |
| HSL | 22.86º | 0.91% | 0.36% | - |
| HSV(B) | 22.86º | 0.95% | 0.69% | - |
| XYZ | 20.27 | 13.88 | 1.84 | - |
| YUV | 95.8 | 78.46 | 185.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 72 | 8 | 0 | 0.59 | 0.95 | 0.31 | 22.86 | 0.91 | 0.36 |
| Hex | B0 | 48 | 8 | 0 | 3B | 5F | 1F | 17 | 5B | 24 |
| Octal | 260 | 110 | 10 | 0 | 73 | 137 | 37 | 27 | 133 | 44 |
| Binary | 10110000 | 1001000 | 1000 | 0 | 111011 | 1011111 | 11111 | 10111 | 1011011 | 100100 |
Color Harmonies of #B04808
Complementary color
Monochromatic Colors of #B04808
Black with #B04808
Text Example
Text Example
White with #B04808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04808; }
p { color: rgb(176,72,8); }
H1.HeaderClassName
{
color: #B04808;
}
.AnyTagClassName
{
color: #B04808;
}
</style>
background-color css
<style>
a { background-color: #B04808; }
a { background-color: rgb(176,72,8); }
div.DivClassName
{
background-color: #B04808;
}
.BgClassName
{
background-color: #B04808;
}
</style>
border-color css
<style>
span { border-color: #B04808; }
span { border-color: rgb(176,72,8); }
td.TdClassName
{
border-color: #B04808;
}
.TagClassName
{
border-color: #B04808;
}
</style>