Shades of Rust #B04C06
Tints of Rust #B04C06
RGB
CMYK
RGB Variations
Color information
#B04C06 (or 0xB04C06) is known color: Rust. HEX triplet: B0, 4C and 06. RGB value is (176,76,6). Sum of RGB (Red+Green+Blue) = 176+76+6=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 76 (30.08% from 255 or 29.46% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #B04C06 is #4FB3F9. Grayscale: #626262. Windows color (decimal): -5223418 or 412848. OLE color: 412848.
HSL color Cylindrical-coordinate representation of color #B04C06: hue angle of 24.71º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B04C06 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 76 | 6 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.31 |
| HSL | 24.71º | 0.93% | 0.36% | - |
| HSV(B) | 24.71º | 0.97% | 0.69% | - |
| XYZ | 20.52 | 14.41 | 1.87 | - |
| YUV | 97.92 | 76.13 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 6 | 0 | 0.57 | 0.97 | 0.31 | 24.71 | 0.93 | 0.36 |
| Hex | B0 | 4C | 6 | 0 | 39 | 61 | 1F | 19 | 5D | 24 |
| Octal | 260 | 114 | 6 | 0 | 71 | 141 | 37 | 31 | 135 | 44 |
| Binary | 10110000 | 1001100 | 110 | 0 | 111001 | 1100001 | 11111 | 11001 | 1011101 | 100100 |
Color Harmonies of #B04C06
Complementary color
Monochromatic Colors of #B04C06
Black with #B04C06
Text Example
Text Example
White with #B04C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04C06; }
p { color: rgb(176,76,6); }
H1.HeaderClassName
{
color: #B04C06;
}
.AnyTagClassName
{
color: #B04C06;
}
</style>
background-color css
<style>
a { background-color: #B04C06; }
a { background-color: rgb(176,76,6); }
div.DivClassName
{
background-color: #B04C06;
}
.BgClassName
{
background-color: #B04C06;
}
</style>
border-color css
<style>
span { border-color: #B04C06; }
span { border-color: rgb(176,76,6); }
td.TdClassName
{
border-color: #B04C06;
}
.TagClassName
{
border-color: #B04C06;
}
</style>