Html Css Color HEX #B0272A Guardsman Red

📋 copy color: '#B0272A'

red 176 ◦ green 39 ◦ blue 42

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

Shades of Guardsman Red #B0272A

Tints of Guardsman Red #B0272A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.18%

 BLUE value IS 42 (16.8% from 255) = 16.34%

R = 68.48%
G = 15.18%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.31

RGB Variations

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

Color information

#B0272A (or 0xB0272A) is known color: Guardsman Red. HEX triplet: B0, 27 and 2A. RGB value is (176,39,42). Sum of RGB (Red+Green+Blue) = 176+39+42=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B0272A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0272A is #4FD8D5. Grayscale: #505050. Windows color (decimal): -5232854 or 2762672. OLE color: 2762672.

HSL color Cylindrical-coordinate representation of color #B0272A: hue angle of 358.69º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B0272A is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 39 42 -
CMYK 0 0.78 0.76 0.31
HSL 358.69º 0.64% 0.42% -
HSV(B) 358.69º 0.78% 0.69% -
XYZ 19.05 10.85 3.28 -
YUV 80.31 106.39 196.26 -
System Red Green Blue C M Y K H S L
Decimal 176 39 42 0 0.78 0.76 0.31 358.69 0.64 0.42
Hex B0 27 2A 0 4E 4C 1F 167 40 2A
Octal 260 47 52 0 116 114 37 547 100 52
Binary 10110000 100111 101010 0 1001110 1001100 11111 101100111 1000000 101010

Color Harmonies of #B0272A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0272A

Black with #B0272A

Text Example


Text Example

White with #B0272A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0272A; }

 p { color: rgb(176,39,42); }

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

background-color css

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

 a { background-color: rgb(176,39,42); }

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

border-color css

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

 span { border-color: rgb(176,39,42); }

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