Html Css Color HEX #B12729 Guardsman Red

📋 copy color: '#B12729'

red 177 ◦ green 39 ◦ blue 41

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

Shades of Guardsman Red #B12729

Tints of Guardsman Red #B12729

RGB

 RED value IS 177 (69.53% from 255) = 68.87%

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

 BLUE value IS 41 (16.41% from 255) = 15.95%

R = 68.87%
G = 15.18%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#B12729 (or 0xB12729) is known color: Guardsman Red. HEX triplet: B1, 27 and 29. RGB value is (177,39,41). Sum of RGB (Red+Green+Blue) = 177+39+41=257 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.87% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 177 - color contains mainly: red. Hex color #B12729 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12729 is #4ED8D6. Grayscale: #505050. Windows color (decimal): -5167319 or 2697137. OLE color: 2697137.

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

Color convert

RGB 177 39 41 -
CMYK 0 0.78 0.77 0.31
HSL 359.13º 0.64% 0.42% -
HSV(B) 359.13º 0.78% 0.69% -
XYZ 19.26 10.96 3.2 -
YUV 80.49 105.72 196.84 -
System Red Green Blue C M Y K H S L
Decimal 177 39 41 0 0.78 0.77 0.31 359.13 0.64 0.42
Hex B1 27 29 0 4E 4D 1F 167 40 2A
Octal 261 47 51 0 116 115 37 547 100 52
Binary 10110001 100111 101001 0 1001110 1001101 11111 101100111 1000000 101010

Color Harmonies of #B12729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12729

Black with #B12729

Text Example


Text Example

White with #B12729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12729; }

 p { color: rgb(177,39,41); }

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

background-color css

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

 a { background-color: rgb(177,39,41); }

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

border-color css

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

 span { border-color: rgb(177,39,41); }

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