Shades of Guardsman Red #B02E2F
Tints of Guardsman Red #B02E2F
RGB
CMYK
RGB Variations
Color information
#B02E2F (or 0xB02E2F) is known color: Guardsman Red. HEX triplet: B0, 2E and 2F. RGB value is (176,46,47). Sum of RGB (Red+Green+Blue) = 176+46+47=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 47 (18.75% from 255 or 17.47% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B02E2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02E2F is #4FD1D0. Grayscale: #555555. Windows color (decimal): -5231057 or 3092144. OLE color: 3092144.
HSL color Cylindrical-coordinate representation of color #B02E2F: hue angle of 359.54º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B02E2F is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 46 | 47 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.31 |
| HSL | 359.54º | 0.59% | 0.44% | - |
| HSV(B) | 359.54º | 0.74% | 0.69% | - |
| XYZ | 19.39 | 11.39 | 3.87 | - |
| YUV | 84.98 | 106.57 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 46 | 47 | 0 | 0.74 | 0.73 | 0.31 | 359.54 | 0.59 | 0.44 |
| Hex | B0 | 2E | 2F | 0 | 4A | 49 | 1F | 168 | 3B | 2C |
| Octal | 260 | 56 | 57 | 0 | 112 | 111 | 37 | 550 | 73 | 54 |
| Binary | 10110000 | 101110 | 101111 | 0 | 1001010 | 1001001 | 11111 | 101101000 | 111011 | 101100 |
Color Harmonies of #B02E2F
Complementary color
Monochromatic Colors of #B02E2F
Black with #B02E2F
Text Example
Text Example
White with #B02E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02E2F; }
p { color: rgb(176,46,47); }
H1.HeaderClassName
{
color: #B02E2F;
}
.AnyTagClassName
{
color: #B02E2F;
}
</style>
background-color css
<style>
a { background-color: #B02E2F; }
a { background-color: rgb(176,46,47); }
div.DivClassName
{
background-color: #B02E2F;
}
.BgClassName
{
background-color: #B02E2F;
}
</style>
border-color css
<style>
span { border-color: #B02E2F; }
span { border-color: rgb(176,46,47); }
td.TdClassName
{
border-color: #B02E2F;
}
.TagClassName
{
border-color: #B02E2F;
}
</style>