Html Css Color HEX #B0272B Guardsman Red

📋 copy color: '#B0272B'

red 176 ◦ green 39 ◦ blue 43

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

Shades of Guardsman Red #B0272B

Tints of Guardsman Red #B0272B

RGB

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

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

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

R = 68.22%
G = 15.12%
B = 16.67%

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

#B0272B (or 0xB0272B) is known color: Guardsman Red. HEX triplet: B0, 27 and 2B. RGB value is (176,39,43). Sum of RGB (Red+Green+Blue) = 176+39+43=258 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.22% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 43 (17.19% from 255 or 16.67% from 258); Max value from RGB is 176 - color contains mainly: red. Hex color #B0272B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0272B is #4FD8D4. Grayscale: #505050. Windows color (decimal): -5232853 or 2828208. OLE color: 2828208.

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

Color convert

RGB 176 39 43 -
CMYK 0 0.78 0.76 0.31
HSL 358.25º 0.64% 0.42% -
HSV(B) 358.25º 0.78% 0.69% -
XYZ 19.07 10.86 3.38 -
YUV 80.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 176 39 43 0 0.78 0.76 0.31 358.25 0.64 0.42
Hex B0 27 2B 0 4E 4C 1F 166 40 2A
Octal 260 47 53 0 116 114 37 546 100 52
Binary 10110000 100111 101011 0 1001110 1001100 11111 101100110 1000000 101010

Color Harmonies of #B0272B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0272B

Black with #B0272B

Text Example


Text Example

White with #B0272B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0272B; }

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

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

background-color css

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

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

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

border-color css

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

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

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