Shades of Guardsman Red #B02C2F
Tints of Guardsman Red #B02C2F
RGB
CMYK
RGB Variations
Color information
#B02C2F (or 0xB02C2F) is known color: Guardsman Red. HEX triplet: B0, 2C and 2F. RGB value is (176,44,47). Sum of RGB (Red+Green+Blue) = 176+44+47=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02C2F is #4FD3D0. Grayscale: #535353. Windows color (decimal): -5231569 or 3091632. OLE color: 3091632.
HSL color Cylindrical-coordinate representation of color #B02C2F: hue angle of 358.64º 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 #B02C2F is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 44 | 47 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.31 |
| HSL | 358.64º | 0.6% | 0.43% | - |
| HSV(B) | 358.64º | 0.75% | 0.69% | - |
| XYZ | 19.32 | 11.24 | 3.84 | - |
| YUV | 83.81 | 107.23 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 47 | 0 | 0.75 | 0.73 | 0.31 | 358.64 | 0.6 | 0.43 |
| Hex | B0 | 2C | 2F | 0 | 4B | 49 | 1F | 167 | 3C | 2B |
| Octal | 260 | 54 | 57 | 0 | 113 | 111 | 37 | 547 | 74 | 53 |
| Binary | 10110000 | 101100 | 101111 | 0 | 1001011 | 1001001 | 11111 | 101100111 | 111100 | 101011 |
Color Harmonies of #B02C2F
Complementary color
Monochromatic Colors of #B02C2F
Black with #B02C2F
Text Example
Text Example
White with #B02C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02C2F; }
p { color: rgb(176,44,47); }
H1.HeaderClassName
{
color: #B02C2F;
}
.AnyTagClassName
{
color: #B02C2F;
}
</style>
background-color css
<style>
a { background-color: #B02C2F; }
a { background-color: rgb(176,44,47); }
div.DivClassName
{
background-color: #B02C2F;
}
.BgClassName
{
background-color: #B02C2F;
}
</style>
border-color css
<style>
span { border-color: #B02C2F; }
span { border-color: rgb(176,44,47); }
td.TdClassName
{
border-color: #B02C2F;
}
.TagClassName
{
border-color: #B02C2F;
}
</style>