Html Css Color HEX #B0292B Guardsman Red

📋 copy color: '#B0292B'

red 176 ◦ green 41 ◦ blue 43

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

Shades of Guardsman Red #B0292B

Tints of Guardsman Red #B0292B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.54%

R = 67.69%
G = 15.77%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0292B (or 0xB0292B) is known color: Guardsman Red. HEX triplet: B0, 29 and 2B. RGB value is (176,41,43). Sum of RGB (Red+Green+Blue) = 176+41+43=260 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.69% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 176 - color contains mainly: red. Hex color #B0292B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0292B is #4FD6D4. Grayscale: #515151. Windows color (decimal): -5232341 or 2828720. OLE color: 2828720.

HSL color Cylindrical-coordinate representation of color #B0292B: hue angle of 359.11º 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 #B0292B is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 41 43 -
CMYK 0 0.77 0.76 0.31
HSL 359.11º 0.62% 0.43% -
HSV(B) 359.11º 0.77% 0.69% -
XYZ 19.13 10.99 3.4 -
YUV 81.59 106.23 195.34 -
System Red Green Blue C M Y K H S L
Decimal 176 41 43 0 0.77 0.76 0.31 359.11 0.62 0.43
Hex B0 29 2B 0 4D 4C 1F 167 3E 2B
Octal 260 51 53 0 115 114 37 547 76 53
Binary 10110000 101001 101011 0 1001101 1001100 11111 101100111 111110 101011

Color Harmonies of #B0292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0292B

Black with #B0292B

Text Example


Text Example

White with #B0292B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0292B; }

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

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

background-color css

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

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

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

border-color css

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

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

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