Html Css Color HEX #B21A1B Fire Engine Red

📋 copy color: '#B21A1B'

red 178 ◦ green 26 ◦ blue 27

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

Shades of Fire Engine Red #B21A1B

Tints of Fire Engine Red #B21A1B

RGB

 RED value IS 178 (69.92% from 255) = 77.06%

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

 BLUE value IS 27 (10.94% from 255) = 11.69%

R = 77.06%
G = 11.26%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B21A1B (or 0xB21A1B) is known color: Fire Engine Red. HEX triplet: B2, 1A and 1B. RGB value is (178,26,27). Sum of RGB (Red+Green+Blue) = 178+26+27=231 (30% of max value = 765). Red value is 178 (69.92% from 255 or 77.06% from 231); Green value is 26 (10.55% from 255 or 11.26% from 231); Blue value is 27 (10.94% from 255 or 11.69% from 231); Max value from RGB is 178 - color contains mainly: red. Hex color #B21A1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21A1B is #4DE5E4. Grayscale: #474747. Windows color (decimal): -5105125 or 1776306. OLE color: 1776306.

HSL color Cylindrical-coordinate representation of color #B21A1B: hue angle of 359.61º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21A1B is Cyan = 0, Magento = 0.85, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 26 27 -
CMYK 0 0.85 0.85 0.30
HSL 359.61º 0.75% 0.4% -
HSV(B) 359.61º 0.85% 0.7% -
XYZ 18.93 10.28 2.02 -
YUV 71.56 102.86 203.92 -
System Red Green Blue C M Y K H S L
Decimal 178 26 27 0 0.85 0.85 0.30 359.61 0.75 0.4
Hex B2 1A 1B 0 55 55 1E 168 4B 28
Octal 262 32 33 0 125 125 36 550 113 50
Binary 10110010 11010 11011 0 1010101 1010101 11110 101101000 1001011 101000

Color Harmonies of #B21A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B21A1B

Black with #B21A1B

Text Example


Text Example

White with #B21A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B21A1B; }

 p { color: rgb(178,26,27); }

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

background-color css

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

 a { background-color: rgb(178,26,27); }

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

border-color css

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

 span { border-color: rgb(178,26,27); }

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