Html Css Color HEX #B2191F Fire Engine Red

📋 copy color: '#B2191F'

red 178 ◦ green 25 ◦ blue 31

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

Shades of Fire Engine Red #B2191F

Tints of Fire Engine Red #B2191F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.25%

R = 76.07%
G = 10.68%
B = 13.25%

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

#B2191F (or 0xB2191F) is known color: Fire Engine Red. HEX triplet: B2, 19 and 1F. RGB value is (178,25,31). Sum of RGB (Red+Green+Blue) = 178+25+31=234 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.07% from 234); Green value is 25 (10.16% from 255 or 10.68% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 178 - color contains mainly: red. Hex color #B2191F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2191F is #4DE6E0. Grayscale: #474747. Windows color (decimal): -5105377 or 2038194. OLE color: 2038194.

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

Color convert

RGB 178 25 31 -
CMYK 0 0.86 0.83 0.30
HSL 357.65º 0.75% 0.4% -
HSV(B) 357.65º 0.86% 0.7% -
XYZ 18.96 10.26 2.28 -
YUV 71.43 105.19 204.01 -
System Red Green Blue C M Y K H S L
Decimal 178 25 31 0 0.86 0.83 0.30 357.65 0.75 0.4
Hex B2 19 1F 0 56 53 1E 166 4B 28
Octal 262 31 37 0 126 123 36 546 113 50
Binary 10110010 11001 11111 0 1010110 1010011 11110 101100110 1001011 101000

Color Harmonies of #B2191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2191F

Black with #B2191F

Text Example


Text Example

White with #B2191F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2191F; }

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

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

background-color css

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

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

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

border-color css

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

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

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