Html Css Color HEX #B8191F Fire Engine Red

📋 copy color: '#B8191F'

red 184 ◦ green 25 ◦ blue 31

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

Shades of Fire Engine Red #B8191F

Tints of Fire Engine Red #B8191F

RGB

 RED value IS 184 (72.27% from 255) = 76.67%

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

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

R = 76.67%
G = 10.42%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B8191F (or 0xB8191F) is known color: Fire Engine Red. HEX triplet: B8, 19 and 1F. RGB value is (184,25,31). Sum of RGB (Red+Green+Blue) = 184+25+31=240 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.67% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 184 - color contains mainly: red. Hex color #B8191F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8191F is #47E6E0. Grayscale: #494949. Windows color (decimal): -4712161 or 2038200. OLE color: 2038200.

HSL color Cylindrical-coordinate representation of color #B8191F: hue angle of 357.74º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8191F is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 25 31 -
CMYK 0 0.86 0.83 0.28
HSL 357.74º 0.76% 0.41% -
HSV(B) 357.74º 0.86% 0.72% -
XYZ 20.36 10.98 2.34 -
YUV 73.23 104.18 207.01 -
System Red Green Blue C M Y K H S L
Decimal 184 25 31 0 0.86 0.83 0.28 357.74 0.76 0.41
Hex B8 19 1F 0 56 53 1C 166 4C 29
Octal 270 31 37 0 126 123 34 546 114 51
Binary 10111000 11001 11111 0 1010110 1010011 11100 101100110 1001100 101001

Color Harmonies of #B8191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8191F

Black with #B8191F

Text Example


Text Example

White with #B8191F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8191F; }

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

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

background-color css

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

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

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

border-color css

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

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

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