Shades of Rich Gold #B0571C
Tints of Rich Gold #B0571C
RGB
CMYK
RGB Variations
Color information
#B0571C (or 0xB0571C) is known color: Rich Gold. HEX triplet: B0, 57 and 1C. RGB value is (176,87,28). Sum of RGB (Red+Green+Blue) = 176+87+28=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B0571C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0571C is #4FA8E3. Grayscale: #6B6B6B. Windows color (decimal): -5220580 or 1857456. OLE color: 1857456.
HSL color Cylindrical-coordinate representation of color #B0571C: hue angle of 23.92º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0571C is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 87 | 28 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.31 |
| HSL | 23.92º | 0.73% | 0.4% | - |
| HSV(B) | 23.92º | 0.84% | 0.69% | - |
| XYZ | 21.52 | 16.13 | 3.08 | - |
| YUV | 106.89 | 83.49 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 87 | 28 | 0 | 0.51 | 0.84 | 0.31 | 23.92 | 0.73 | 0.4 |
| Hex | B0 | 57 | 1C | 0 | 33 | 54 | 1F | 18 | 49 | 28 |
| Octal | 260 | 127 | 34 | 0 | 63 | 124 | 37 | 30 | 111 | 50 |
| Binary | 10110000 | 1010111 | 11100 | 0 | 110011 | 1010100 | 11111 | 11000 | 1001001 | 101000 |
Color Harmonies of #B0571C
Complementary color
Monochromatic Colors of #B0571C
Black with #B0571C
Text Example
Text Example
White with #B0571C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0571C; }
p { color: rgb(176,87,28); }
H1.HeaderClassName
{
color: #B0571C;
}
.AnyTagClassName
{
color: #B0571C;
}
</style>
background-color css
<style>
a { background-color: #B0571C; }
a { background-color: rgb(176,87,28); }
div.DivClassName
{
background-color: #B0571C;
}
.BgClassName
{
background-color: #B0571C;
}
</style>
border-color css
<style>
span { border-color: #B0571C; }
span { border-color: rgb(176,87,28); }
td.TdClassName
{
border-color: #B0571C;
}
.TagClassName
{
border-color: #B0571C;
}
</style>