Html Css Color HEX #B2191E Fire Engine Red

📋 copy color: '#B2191E'

red 178 ◦ green 25 ◦ blue 30

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

Shades of Fire Engine Red #B2191E

Tints of Fire Engine Red #B2191E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.88%

R = 76.39%
G = 10.73%
B = 12.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2191E (or 0xB2191E) is known color: Fire Engine Red. HEX triplet: B2, 19 and 1E. RGB value is (178,25,30). Sum of RGB (Red+Green+Blue) = 178+25+30=233 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.39% from 233); Green value is 25 (10.16% from 255 or 10.73% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 178 - color contains mainly: red. Hex color #B2191E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2191E is #4DE6E1. Grayscale: #474747. Windows color (decimal): -5105378 or 1972658. OLE color: 1972658.

HSL color Cylindrical-coordinate representation of color #B2191E: hue angle of 358.04º 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 #B2191E is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 25 30 -
CMYK 0 0.86 0.83 0.30
HSL 358.04º 0.75% 0.4% -
HSV(B) 358.04º 0.86% 0.7% -
XYZ 18.94 10.25 2.21 -
YUV 71.32 104.69 204.09 -
System Red Green Blue C M Y K H S L
Decimal 178 25 30 0 0.86 0.83 0.30 358.04 0.75 0.4
Hex B2 19 1E 0 56 53 1E 166 4B 28
Octal 262 31 36 0 126 123 36 546 113 50
Binary 10110010 11001 11110 0 1010110 1010011 11110 101100110 1001011 101000

Color Harmonies of #B2191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2191E

Black with #B2191E

Text Example


Text Example

White with #B2191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2191E; }

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

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

background-color css

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

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

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

border-color css

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

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

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