Shades of Guardsman Red #B0282B
Tints of Guardsman Red #B0282B
RGB
CMYK
RGB Variations
Color information
#B0282B (or 0xB0282B) is known color: Guardsman Red. HEX triplet: B0, 28 and 2B. RGB value is (176,40,43). Sum of RGB (Red+Green+Blue) = 176+40+43=259 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.95% from 259); Green value is 40 (16.02% from 255 or 15.44% from 259); Blue value is 43 (17.19% from 255 or 16.60% from 259); Max value from RGB is 176 - color contains mainly: red. Hex color #B0282B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0282B is #4FD7D4. Grayscale: #515151. Windows color (decimal): -5232597 or 2828464. OLE color: 2828464.
HSL color Cylindrical-coordinate representation of color #B0282B: hue angle of 358.68º 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 #B0282B is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 43 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.31 |
| HSL | 358.68º | 0.63% | 0.42% | - |
| HSV(B) | 358.68º | 0.77% | 0.69% | - |
| XYZ | 19.1 | 10.92 | 3.39 | - |
| YUV | 81.01 | 106.56 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 43 | 0 | 0.77 | 0.76 | 0.31 | 358.68 | 0.63 | 0.42 |
| Hex | B0 | 28 | 2B | 0 | 4D | 4C | 1F | 167 | 3F | 2A |
| Octal | 260 | 50 | 53 | 0 | 115 | 114 | 37 | 547 | 77 | 52 |
| Binary | 10110000 | 101000 | 101011 | 0 | 1001101 | 1001100 | 11111 | 101100111 | 111111 | 101010 |
Color Harmonies of #B0282B
Complementary color
Monochromatic Colors of #B0282B
Black with #B0282B
Text Example
Text Example
White with #B0282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0282B; }
p { color: rgb(176,40,43); }
H1.HeaderClassName
{
color: #B0282B;
}
.AnyTagClassName
{
color: #B0282B;
}
</style>
background-color css
<style>
a { background-color: #B0282B; }
a { background-color: rgb(176,40,43); }
div.DivClassName
{
background-color: #B0282B;
}
.BgClassName
{
background-color: #B0282B;
}
</style>
border-color css
<style>
span { border-color: #B0282B; }
span { border-color: rgb(176,40,43); }
td.TdClassName
{
border-color: #B0282B;
}
.TagClassName
{
border-color: #B0282B;
}
</style>