Html Css Color HEX #B02224 Guardsman Red

📋 copy color: '#B02224'

red 176 ◦ green 34 ◦ blue 36

#B02224
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Guardsman Red #B02224

Tints of Guardsman Red #B02224

RGB

 RED value IS 176 (69.14% from 255) = 71.54%

 GREEN value IS 34 (13.67% from 255) = 13.82%

 BLUE value IS 36 (14.45% from 255) = 14.63%

R = 71.54%
G = 13.82%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B02224 (or 0xB02224) is known color: Guardsman Red. HEX triplet: B0, 22 and 24. RGB value is (176,34,36). Sum of RGB (Red+Green+Blue) = 176+34+36=246 (32% of max value = 765). Red value is 176 (69.14% from 255 or 71.54% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 176 - color contains mainly: red. Hex color #B02224 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02224 is #4FDDDB. Grayscale: #4C4C4C. Windows color (decimal): -5234140 or 2368176. OLE color: 2368176.

HSL color Cylindrical-coordinate representation of color #B02224: hue angle of 359.15º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B02224 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 34 36 -
CMYK 0 0.81 0.80 0.31
HSL 359.15º 0.68% 0.41% -
HSV(B) 359.15º 0.81% 0.69% -
XYZ 18.79 10.5 2.71 -
YUV 76.69 105.04 198.84 -
System Red Green Blue C M Y K H S L
Decimal 176 34 36 0 0.81 0.80 0.31 359.15 0.68 0.41
Hex B0 22 24 0 51 50 1F 167 44 29
Octal 260 42 44 0 121 120 37 547 104 51
Binary 10110000 100010 100100 0 1010001 1010000 11111 101100111 1000100 101001

Color Harmonies of #B02224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02224

Black with #B02224

Text Example


Text Example

White with #B02224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02224; }

 p { color: rgb(176,34,36); }

 H1.HeaderClassName
 {
   color: #B02224;
 }
 .AnyTagClassName
 {
   color: #B02224;
 }
</style>

background-color css

<style>
 a { background-color: #B02224; }

 a { background-color: rgb(176,34,36); }

 div.DivClassName
 {
   background-color: #B02224;
 }
 .BgClassName
 {
   background-color: #B02224;
 }
</style>

border-color css

<style>
 span { border-color: #B02224; }

 span { border-color: rgb(176,34,36); }

 td.TdClassName
 {
   border-color: #B02224;
 }
 .TagClassName
 {
   border-color: #B02224;
 }
</style>