Shades of Guardsman Red #B02A2D
Tints of Guardsman Red #B02A2D
RGB
CMYK
RGB Variations
Color information
#B02A2D (or 0xB02A2D) is known color: Guardsman Red. HEX triplet: B0, 2A and 2D. RGB value is (176,42,45). Sum of RGB (Red+Green+Blue) = 176+42+45=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02A2D is #4FD5D2. Grayscale: #525252. Windows color (decimal): -5232083 or 2960048. OLE color: 2960048.
HSL color Cylindrical-coordinate representation of color #B02A2D: hue angle of 358.66º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02A2D is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 42 | 45 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.31 |
| HSL | 358.66º | 0.61% | 0.43% | - |
| HSV(B) | 358.66º | 0.76% | 0.69% | - |
| XYZ | 19.21 | 11.08 | 3.61 | - |
| YUV | 82.41 | 106.89 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 42 | 45 | 0 | 0.76 | 0.74 | 0.31 | 358.66 | 0.61 | 0.43 |
| Hex | B0 | 2A | 2D | 0 | 4C | 4A | 1F | 167 | 3D | 2B |
| Octal | 260 | 52 | 55 | 0 | 114 | 112 | 37 | 547 | 75 | 53 |
| Binary | 10110000 | 101010 | 101101 | 0 | 1001100 | 1001010 | 11111 | 101100111 | 111101 | 101011 |
Color Harmonies of #B02A2D
Complementary color
Monochromatic Colors of #B02A2D
Black with #B02A2D
Text Example
Text Example
White with #B02A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02A2D; }
p { color: rgb(176,42,45); }
H1.HeaderClassName
{
color: #B02A2D;
}
.AnyTagClassName
{
color: #B02A2D;
}
</style>
background-color css
<style>
a { background-color: #B02A2D; }
a { background-color: rgb(176,42,45); }
div.DivClassName
{
background-color: #B02A2D;
}
.BgClassName
{
background-color: #B02A2D;
}
</style>
border-color css
<style>
span { border-color: #B02A2D; }
span { border-color: rgb(176,42,45); }
td.TdClassName
{
border-color: #B02A2D;
}
.TagClassName
{
border-color: #B02A2D;
}
</style>