Html Css Color HEX #B2191D Fire Engine Red

📋 copy color: '#B2191D'

red 178 ◦ green 25 ◦ blue 29

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

Shades of Fire Engine Red #B2191D

Tints of Fire Engine Red #B2191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.78%

 BLUE value IS 29 (11.72% from 255) = 12.5%

R = 76.72%
G = 10.78%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2191D (or 0xB2191D) is known color: Fire Engine Red. HEX triplet: B2, 19 and 1D. RGB value is (178,25,29). Sum of RGB (Red+Green+Blue) = 178+25+29=232 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.72% from 232); Green value is 25 (10.16% from 255 or 10.78% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 178 - color contains mainly: red. Hex color #B2191D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2191D is #4DE6E2. Grayscale: #474747. Windows color (decimal): -5105379 or 1907122. OLE color: 1907122.

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

Color convert

RGB 178 25 29 -
CMYK 0 0.86 0.84 0.30
HSL 358.43º 0.75% 0.4% -
HSV(B) 358.43º 0.86% 0.7% -
XYZ 18.93 10.25 2.14 -
YUV 71.2 104.19 204.17 -
System Red Green Blue C M Y K H S L
Decimal 178 25 29 0 0.86 0.84 0.30 358.43 0.75 0.4
Hex B2 19 1D 0 56 54 1E 166 4B 28
Octal 262 31 35 0 126 124 36 546 113 50
Binary 10110010 11001 11101 0 1010110 1010100 11110 101100110 1001011 101000

Color Harmonies of #B2191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2191D

Black with #B2191D

Text Example


Text Example

White with #B2191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2191D; }

 p { color: rgb(178,25,29); }

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

background-color css

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

 a { background-color: rgb(178,25,29); }

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

border-color css

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

 span { border-color: rgb(178,25,29); }

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