Html Css Color HEX #B12728 Guardsman Red

📋 copy color: '#B12728'

red 177 ◦ green 39 ◦ blue 40

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

Shades of Guardsman Red #B12728

Tints of Guardsman Red #B12728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.63%

R = 69.14%
G = 15.23%
B = 15.63%

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

#B12728 (or 0xB12728) is known color: Guardsman Red. HEX triplet: B1, 27 and 28. RGB value is (177,39,40). Sum of RGB (Red+Green+Blue) = 177+39+40=256 (33% of max value = 765). Red value is 177 (69.53% from 255 or 69.14% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 177 - color contains mainly: red. Hex color #B12728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12728 is #4ED8D7. Grayscale: #505050. Windows color (decimal): -5167320 or 2631601. OLE color: 2631601.

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

Color convert

RGB 177 39 40 -
CMYK 0 0.78 0.77 0.31
HSL 359.57º 0.64% 0.42% -
HSV(B) 359.57º 0.78% 0.69% -
XYZ 19.24 10.95 3.11 -
YUV 80.38 105.22 196.92 -
System Red Green Blue C M Y K H S L
Decimal 177 39 40 0 0.78 0.77 0.31 359.57 0.64 0.42
Hex B1 27 28 0 4E 4D 1F 168 40 2A
Octal 261 47 50 0 116 115 37 550 100 52
Binary 10110001 100111 101000 0 1001110 1001101 11111 101101000 1000000 101010

Color Harmonies of #B12728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12728

Black with #B12728

Text Example


Text Example

White with #B12728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12728; }

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

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

background-color css

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

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

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

border-color css

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

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

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