Shades of Guardsman Red #B0292C
Tints of Guardsman Red #B0292C
RGB
CMYK
RGB Variations
Color information
#B0292C (or 0xB0292C) is known color: Guardsman Red. HEX triplet: B0, 29 and 2C. RGB value is (176,41,44). Sum of RGB (Red+Green+Blue) = 176+41+44=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 41 (16.41% from 255 or 15.71% from 261); Blue value is 44 (17.58% from 255 or 16.86% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B0292C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0292C is #4FD6D3. Grayscale: #515151. Windows color (decimal): -5232340 or 2894256. OLE color: 2894256.
HSL color Cylindrical-coordinate representation of color #B0292C: hue angle of 358.67º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0292C is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 41 | 44 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.31 |
| HSL | 358.67º | 0.62% | 0.43% | - |
| HSV(B) | 358.67º | 0.77% | 0.69% | - |
| XYZ | 19.15 | 11 | 3.5 | - |
| YUV | 81.71 | 106.73 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 41 | 44 | 0 | 0.77 | 0.75 | 0.31 | 358.67 | 0.62 | 0.43 |
| Hex | B0 | 29 | 2C | 0 | 4D | 4B | 1F | 167 | 3E | 2B |
| Octal | 260 | 51 | 54 | 0 | 115 | 113 | 37 | 547 | 76 | 53 |
| Binary | 10110000 | 101001 | 101100 | 0 | 1001101 | 1001011 | 11111 | 101100111 | 111110 | 101011 |
Color Harmonies of #B0292C
Complementary color
Monochromatic Colors of #B0292C
Black with #B0292C
Text Example
Text Example
White with #B0292C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0292C; }
p { color: rgb(176,41,44); }
H1.HeaderClassName
{
color: #B0292C;
}
.AnyTagClassName
{
color: #B0292C;
}
</style>
background-color css
<style>
a { background-color: #B0292C; }
a { background-color: rgb(176,41,44); }
div.DivClassName
{
background-color: #B0292C;
}
.BgClassName
{
background-color: #B0292C;
}
</style>
border-color css
<style>
span { border-color: #B0292C; }
span { border-color: rgb(176,41,44); }
td.TdClassName
{
border-color: #B0292C;
}
.TagClassName
{
border-color: #B0292C;
}
</style>