Shades of Guardsman Red #B02C2E
Tints of Guardsman Red #B02C2E
RGB
CMYK
RGB Variations
Color information
#B02C2E (or 0xB02C2E) is known color: Guardsman Red. HEX triplet: B0, 2C and 2E. RGB value is (176,44,46). Sum of RGB (Red+Green+Blue) = 176+44+46=266 (35% of max value = 765). Red value is 176 (69.14% from 255 or 66.17% from 266); Green value is 44 (17.58% from 255 or 16.54% from 266); Blue value is 46 (18.36% from 255 or 17.29% from 266); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02C2E is #4FD3D1. Grayscale: #535353. Windows color (decimal): -5231570 or 3026096. OLE color: 3026096.
HSL color Cylindrical-coordinate representation of color #B02C2E: hue angle of 359.09º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B02C2E is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 44 | 46 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.31 |
| HSL | 359.09º | 0.6% | 0.43% | - |
| HSV(B) | 359.09º | 0.75% | 0.69% | - |
| XYZ | 19.3 | 11.23 | 3.73 | - |
| YUV | 83.7 | 106.73 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 46 | 0 | 0.75 | 0.74 | 0.31 | 359.09 | 0.6 | 0.43 |
| Hex | B0 | 2C | 2E | 0 | 4B | 4A | 1F | 167 | 3C | 2B |
| Octal | 260 | 54 | 56 | 0 | 113 | 112 | 37 | 547 | 74 | 53 |
| Binary | 10110000 | 101100 | 101110 | 0 | 1001011 | 1001010 | 11111 | 101100111 | 111100 | 101011 |
Color Harmonies of #B02C2E
Complementary color
Monochromatic Colors of #B02C2E
Black with #B02C2E
Text Example
Text Example
White with #B02C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02C2E; }
p { color: rgb(176,44,46); }
H1.HeaderClassName
{
color: #B02C2E;
}
.AnyTagClassName
{
color: #B02C2E;
}
</style>
background-color css
<style>
a { background-color: #B02C2E; }
a { background-color: rgb(176,44,46); }
div.DivClassName
{
background-color: #B02C2E;
}
.BgClassName
{
background-color: #B02C2E;
}
</style>
border-color css
<style>
span { border-color: #B02C2E; }
span { border-color: rgb(176,44,46); }
td.TdClassName
{
border-color: #B02C2E;
}
.TagClassName
{
border-color: #B02C2E;
}
</style>