Html Css Color HEX #B0292D Guardsman Red

📋 copy color: '#B0292D'

red 176 ◦ green 41 ◦ blue 45

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

Shades of Guardsman Red #B0292D

Tints of Guardsman Red #B0292D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.65%

 BLUE value IS 45 (17.97% from 255) = 17.18%

R = 67.18%
G = 15.65%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0292D (or 0xB0292D) is known color: Guardsman Red. HEX triplet: B0, 29 and 2D. RGB value is (176,41,45). Sum of RGB (Red+Green+Blue) = 176+41+45=262 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.18% from 262); Green value is 41 (16.41% from 255 or 15.65% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 176 - color contains mainly: red. Hex color #B0292D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0292D is #4FD6D2. Grayscale: #515151. Windows color (decimal): -5232339 or 2959792. OLE color: 2959792.

HSL color Cylindrical-coordinate representation of color #B0292D: hue angle of 358.22º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B0292D is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 41 45 -
CMYK 0 0.77 0.74 0.31
HSL 358.22º 0.62% 0.43% -
HSV(B) 358.22º 0.77% 0.69% -
XYZ 19.17 11.01 3.6 -
YUV 81.82 107.23 195.17 -
System Red Green Blue C M Y K H S L
Decimal 176 41 45 0 0.77 0.74 0.31 358.22 0.62 0.43
Hex B0 29 2D 0 4D 4A 1F 166 3E 2B
Octal 260 51 55 0 115 112 37 546 76 53
Binary 10110000 101001 101101 0 1001101 1001010 11111 101100110 111110 101011

Color Harmonies of #B0292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0292D

Black with #B0292D

Text Example


Text Example

White with #B0292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0292D; }

 p { color: rgb(176,41,45); }

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

background-color css

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

 a { background-color: rgb(176,41,45); }

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

border-color css

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

 span { border-color: rgb(176,41,45); }

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