Html Css Color HEX #B8141F Fire Engine Red

📋 copy color: '#B8141F'

red 184 ◦ green 20 ◦ blue 31

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

Shades of Fire Engine Red #B8141F

Tints of Fire Engine Red #B8141F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.51%

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

R = 78.3%
G = 8.51%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B8141F (or 0xB8141F) is known color: Fire Engine Red. HEX triplet: B8, 14 and 1F. RGB value is (184,20,31). Sum of RGB (Red+Green+Blue) = 184+20+31=235 (31% of max value = 765). Red value is 184 (72.27% from 255 or 78.30% from 235); Green value is 20 (8.20% from 255 or 8.51% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 184 - color contains mainly: red. Hex color #B8141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8141F is #47EBE0. Grayscale: #464646. Windows color (decimal): -4713441 or 2036920. OLE color: 2036920.

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

Color convert

RGB 184 20 31 -
CMYK 0 0.89 0.83 0.28
HSL 355.98º 0.8% 0.4% -
HSV(B) 355.98º 0.89% 0.72% -
XYZ 20.26 10.79 2.31 -
YUV 70.29 105.83 209.11 -
System Red Green Blue C M Y K H S L
Decimal 184 20 31 0 0.89 0.83 0.28 355.98 0.8 0.4
Hex B8 14 1F 0 59 53 1C 164 50 28
Octal 270 24 37 0 131 123 34 544 120 50
Binary 10111000 10100 11111 0 1011001 1010011 11100 101100100 1010000 101000

Color Harmonies of #B8141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8141F

Black with #B8141F

Text Example


Text Example

White with #B8141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8141F; }

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

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

background-color css

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

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

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

border-color css

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

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

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