Shades of Guardsman Red #B0282D
Tints of Guardsman Red #B0282D
RGB
CMYK
RGB Variations
Color information
#B0282D (or 0xB0282D) is known color: Guardsman Red. HEX triplet: B0, 28 and 2D. RGB value is (176,40,45). Sum of RGB (Red+Green+Blue) = 176+40+45=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 40 (16.02% from 255 or 15.33% from 261); Blue value is 45 (17.97% from 255 or 17.24% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B0282D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0282D is #4FD7D2. Grayscale: #515151. Windows color (decimal): -5232595 or 2959536. OLE color: 2959536.
HSL color Cylindrical-coordinate representation of color #B0282D: hue angle of 357.79º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0282D is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 45 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.31 |
| HSL | 357.79º | 0.63% | 0.42% | - |
| HSV(B) | 357.79º | 0.77% | 0.69% | - |
| XYZ | 19.14 | 10.94 | 3.59 | - |
| YUV | 81.23 | 107.56 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 45 | 0 | 0.77 | 0.74 | 0.31 | 357.79 | 0.63 | 0.42 |
| Hex | B0 | 28 | 2D | 0 | 4D | 4A | 1F | 166 | 3F | 2A |
| Octal | 260 | 50 | 55 | 0 | 115 | 112 | 37 | 546 | 77 | 52 |
| Binary | 10110000 | 101000 | 101101 | 0 | 1001101 | 1001010 | 11111 | 101100110 | 111111 | 101010 |
Color Harmonies of #B0282D
Complementary color
Monochromatic Colors of #B0282D
Black with #B0282D
Text Example
Text Example
White with #B0282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0282D; }
p { color: rgb(176,40,45); }
H1.HeaderClassName
{
color: #B0282D;
}
.AnyTagClassName
{
color: #B0282D;
}
</style>
background-color css
<style>
a { background-color: #B0282D; }
a { background-color: rgb(176,40,45); }
div.DivClassName
{
background-color: #B0282D;
}
.BgClassName
{
background-color: #B0282D;
}
</style>
border-color css
<style>
span { border-color: #B0282D; }
span { border-color: rgb(176,40,45); }
td.TdClassName
{
border-color: #B0282D;
}
.TagClassName
{
border-color: #B0282D;
}
</style>