Html Css Color HEX #B11A20 Fire Engine Red

📋 copy color: '#B11A20'

red 177 ◦ green 26 ◦ blue 32

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

Shades of Fire Engine Red #B11A20

Tints of Fire Engine Red #B11A20

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.06%

 BLUE value IS 32 (12.89% from 255) = 13.62%

R = 75.32%
G = 11.06%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.31

RGB Variations

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

Color information

#B11A20 (or 0xB11A20) is known color: Fire Engine Red. HEX triplet: B1, 1A and 20. RGB value is (177,26,32). Sum of RGB (Red+Green+Blue) = 177+26+32=235 (31% of max value = 765). Red value is 177 (69.53% from 255 or 75.32% from 235); Green value is 26 (10.55% from 255 or 11.06% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B11A20 is #4EE5DF. Grayscale: #474747. Windows color (decimal): -5170656 or 2103985. OLE color: 2103985.

HSL color Cylindrical-coordinate representation of color #B11A20: hue angle of 357.62º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11A20 is Cyan = 0, Magento = 0.85, Yellow = 0.82 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 26 32 -
CMYK 0 0.85 0.82 0.31
HSL 357.62º 0.74% 0.4% -
HSV(B) 357.62º 0.85% 0.69% -
XYZ 18.76 10.19 2.34 -
YUV 71.83 105.53 203.01 -
System Red Green Blue C M Y K H S L
Decimal 177 26 32 0 0.85 0.82 0.31 357.62 0.74 0.4
Hex B1 1A 20 0 55 52 1F 166 4A 28
Octal 261 32 40 0 125 122 37 546 112 50
Binary 10110001 11010 100000 0 1010101 1010010 11111 101100110 1001010 101000

Color Harmonies of #B11A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11A20

Black with #B11A20

Text Example


Text Example

White with #B11A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11A20; }

 p { color: rgb(177,26,32); }

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

background-color css

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

 a { background-color: rgb(177,26,32); }

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

border-color css

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

 span { border-color: rgb(177,26,32); }

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