Shades of Guardsman Red #B02C30
Tints of Guardsman Red #B02C30
RGB
CMYK
RGB Variations
Color information
#B02C30 (or 0xB02C30) is known color: Guardsman Red. HEX triplet: B0, 2C and 30. RGB value is (176,44,48). Sum of RGB (Red+Green+Blue) = 176+44+48=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 44 (17.58% from 255 or 16.42% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B02C30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02C30 is #4FD3CF. Grayscale: #545454. Windows color (decimal): -5231568 or 3157168. OLE color: 3157168.
HSL color Cylindrical-coordinate representation of color #B02C30: hue angle of 358.18º 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 #B02C30 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 44 | 48 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.31 |
| HSL | 358.18º | 0.6% | 0.43% | - |
| HSV(B) | 358.18º | 0.75% | 0.69% | - |
| XYZ | 19.34 | 11.24 | 3.95 | - |
| YUV | 83.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 44 | 48 | 0 | 0.75 | 0.73 | 0.31 | 358.18 | 0.6 | 0.43 |
| Hex | B0 | 2C | 30 | 0 | 4B | 49 | 1F | 166 | 3C | 2B |
| Octal | 260 | 54 | 60 | 0 | 113 | 111 | 37 | 546 | 74 | 53 |
| Binary | 10110000 | 101100 | 110000 | 0 | 1001011 | 1001001 | 11111 | 101100110 | 111100 | 101011 |
Color Harmonies of #B02C30
Complementary color
Monochromatic Colors of #B02C30
Black with #B02C30
Text Example
Text Example
White with #B02C30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02C30; }
p { color: rgb(176,44,48); }
H1.HeaderClassName
{
color: #B02C30;
}
.AnyTagClassName
{
color: #B02C30;
}
</style>
background-color css
<style>
a { background-color: #B02C30; }
a { background-color: rgb(176,44,48); }
div.DivClassName
{
background-color: #B02C30;
}
.BgClassName
{
background-color: #B02C30;
}
</style>
border-color css
<style>
span { border-color: #B02C30; }
span { border-color: rgb(176,44,48); }
td.TdClassName
{
border-color: #B02C30;
}
.TagClassName
{
border-color: #B02C30;
}
</style>