Shades of Guardsman Red #B0282C
Tints of Guardsman Red #B0282C
RGB
CMYK
RGB Variations
Color information
#B0282C (or 0xB0282C) is known color: Guardsman Red. HEX triplet: B0, 28 and 2C. RGB value is (176,40,44). Sum of RGB (Red+Green+Blue) = 176+40+44=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 40 (16.02% from 255 or 15.38% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B0282C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0282C is #4FD7D3. Grayscale: #515151. Windows color (decimal): -5232596 or 2894000. OLE color: 2894000.
HSL color Cylindrical-coordinate representation of color #B0282C: hue angle of 358.24º 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 #B0282C is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 40 | 44 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.31 |
| HSL | 358.24º | 0.63% | 0.42% | - |
| HSV(B) | 358.24º | 0.77% | 0.69% | - |
| XYZ | 19.12 | 10.93 | 3.48 | - |
| YUV | 81.12 | 107.06 | 195.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 40 | 44 | 0 | 0.77 | 0.75 | 0.31 | 358.24 | 0.63 | 0.42 |
| Hex | B0 | 28 | 2C | 0 | 4D | 4B | 1F | 166 | 3F | 2A |
| Octal | 260 | 50 | 54 | 0 | 115 | 113 | 37 | 546 | 77 | 52 |
| Binary | 10110000 | 101000 | 101100 | 0 | 1001101 | 1001011 | 11111 | 101100110 | 111111 | 101010 |
Color Harmonies of #B0282C
Complementary color
Monochromatic Colors of #B0282C
Black with #B0282C
Text Example
Text Example
White with #B0282C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0282C; }
p { color: rgb(176,40,44); }
H1.HeaderClassName
{
color: #B0282C;
}
.AnyTagClassName
{
color: #B0282C;
}
</style>
background-color css
<style>
a { background-color: #B0282C; }
a { background-color: rgb(176,40,44); }
div.DivClassName
{
background-color: #B0282C;
}
.BgClassName
{
background-color: #B0282C;
}
</style>
border-color css
<style>
span { border-color: #B0282C; }
span { border-color: rgb(176,40,44); }
td.TdClassName
{
border-color: #B0282C;
}
.TagClassName
{
border-color: #B0282C;
}
</style>