Html Css Color HEX #B8191E Fire Engine Red

📋 copy color: '#B8191E'

red 184 ◦ green 25 ◦ blue 30

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

Shades of Fire Engine Red #B8191E

Tints of Fire Engine Red #B8191E

RGB

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

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

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

R = 76.99%
G = 10.46%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8191E (or 0xB8191E) is known color: Fire Engine Red. HEX triplet: B8, 19 and 1E. RGB value is (184,25,30). Sum of RGB (Red+Green+Blue) = 184+25+30=239 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.99% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 184 - color contains mainly: red. Hex color #B8191E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8191E is #47E6E1. Grayscale: #494949. Windows color (decimal): -4712162 or 1972664. OLE color: 1972664.

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

Color convert

RGB 184 25 30 -
CMYK 0 0.86 0.84 0.28
HSL 358.11º 0.76% 0.41% -
HSV(B) 358.11º 0.86% 0.72% -
XYZ 20.35 10.98 2.28 -
YUV 73.11 103.68 207.09 -
System Red Green Blue C M Y K H S L
Decimal 184 25 30 0 0.86 0.84 0.28 358.11 0.76 0.41
Hex B8 19 1E 0 56 54 1C 166 4C 29
Octal 270 31 36 0 126 124 34 546 114 51
Binary 10111000 11001 11110 0 1010110 1010100 11100 101100110 1001100 101001

Color Harmonies of #B8191E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8191E

Black with #B8191E

Text Example


Text Example

White with #B8191E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8191E; }

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

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

background-color css

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

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

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

border-color css

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

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

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