Shades of Rust #B04D08
Tints of Rust #B04D08
RGB
CMYK
RGB Variations
Color information
#B04D08 (or 0xB04D08) is known color: Rust. HEX triplet: B0, 4D and 08. RGB value is (176,77,8). Sum of RGB (Red+Green+Blue) = 176+77+8=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 77 (30.47% from 255 or 29.50% from 261); Blue value is 8 (3.52% from 255 or 3.07% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B04D08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B04D08 is #4FB2F7. Grayscale: #636363. Windows color (decimal): -5223160 or 544176. OLE color: 544176.
HSL color Cylindrical-coordinate representation of color #B04D08: hue angle of 24.64º 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 #B04D08 is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 77 | 8 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.31 |
| HSL | 24.64º | 0.91% | 0.36% | - |
| HSV(B) | 24.64º | 0.95% | 0.69% | - |
| XYZ | 20.6 | 14.56 | 1.95 | - |
| YUV | 98.74 | 76.8 | 183.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 77 | 8 | 0 | 0.56 | 0.95 | 0.31 | 24.64 | 0.91 | 0.36 |
| Hex | B0 | 4D | 8 | 0 | 38 | 5F | 1F | 19 | 5B | 24 |
| Octal | 260 | 115 | 10 | 0 | 70 | 137 | 37 | 31 | 133 | 44 |
| Binary | 10110000 | 1001101 | 1000 | 0 | 111000 | 1011111 | 11111 | 11001 | 1011011 | 100100 |
Color Harmonies of #B04D08
Complementary color
Monochromatic Colors of #B04D08
Black with #B04D08
Text Example
Text Example
White with #B04D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04D08; }
p { color: rgb(176,77,8); }
H1.HeaderClassName
{
color: #B04D08;
}
.AnyTagClassName
{
color: #B04D08;
}
</style>
background-color css
<style>
a { background-color: #B04D08; }
a { background-color: rgb(176,77,8); }
div.DivClassName
{
background-color: #B04D08;
}
.BgClassName
{
background-color: #B04D08;
}
</style>
border-color css
<style>
span { border-color: #B04D08; }
span { border-color: rgb(176,77,8); }
td.TdClassName
{
border-color: #B04D08;
}
.TagClassName
{
border-color: #B04D08;
}
</style>