Shades of Rich Gold #B1521C
Tints of Rich Gold #B1521C
RGB
CMYK
RGB Variations
Color information
#B1521C (or 0xB1521C) is known color: Rich Gold. HEX triplet: B1, 52 and 1C. RGB value is (177,82,28). Sum of RGB (Red+Green+Blue) = 177+82+28=287 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.67% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 28 (11.33% from 255 or 9.76% from 287); Max value from RGB is 177 - color contains mainly: red. Hex color #B1521C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1521C is #4EADE3. Grayscale: #686868. Windows color (decimal): -5156324 or 1856177. OLE color: 1856177.
HSL color Cylindrical-coordinate representation of color #B1521C: hue angle of 21.74º 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 #B1521C is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 82 | 28 | - |
| CMYK | 0 | 0.54 | 0.84 | 0.31 |
| HSL | 21.74º | 0.73% | 0.4% | - |
| HSV(B) | 21.74º | 0.84% | 0.69% | - |
| XYZ | 21.36 | 15.47 | 2.96 | - |
| YUV | 104.25 | 84.97 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 82 | 28 | 0 | 0.54 | 0.84 | 0.31 | 21.74 | 0.73 | 0.4 |
| Hex | B1 | 52 | 1C | 0 | 36 | 54 | 1F | 16 | 49 | 28 |
| Octal | 261 | 122 | 34 | 0 | 66 | 124 | 37 | 26 | 111 | 50 |
| Binary | 10110001 | 1010010 | 11100 | 0 | 110110 | 1010100 | 11111 | 10110 | 1001001 | 101000 |
Color Harmonies of #B1521C
Complementary color
Monochromatic Colors of #B1521C
Black with #B1521C
Text Example
Text Example
White with #B1521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1521C; }
p { color: rgb(177,82,28); }
H1.HeaderClassName
{
color: #B1521C;
}
.AnyTagClassName
{
color: #B1521C;
}
</style>
background-color css
<style>
a { background-color: #B1521C; }
a { background-color: rgb(177,82,28); }
div.DivClassName
{
background-color: #B1521C;
}
.BgClassName
{
background-color: #B1521C;
}
</style>
border-color css
<style>
span { border-color: #B1521C; }
span { border-color: rgb(177,82,28); }
td.TdClassName
{
border-color: #B1521C;
}
.TagClassName
{
border-color: #B1521C;
}
</style>