Html Css Color HEX #B8161F Fire Engine Red

📋 copy color: '#B8161F'

red 184 ◦ green 22 ◦ blue 31

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

Shades of Fire Engine Red #B8161F

Tints of Fire Engine Red #B8161F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.28%

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

R = 77.64%
G = 9.28%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B8161F (or 0xB8161F) is known color: Fire Engine Red. HEX triplet: B8, 16 and 1F. RGB value is (184,22,31). Sum of RGB (Red+Green+Blue) = 184+22+31=237 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.64% from 237); Green value is 22 (8.98% from 255 or 9.28% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 184 - color contains mainly: red. Hex color #B8161F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8161F is #47E9E0. Grayscale: #474747. Windows color (decimal): -4712929 or 2037432. OLE color: 2037432.

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

Color convert

RGB 184 22 31 -
CMYK 0 0.88 0.83 0.28
HSL 356.67º 0.79% 0.4% -
HSV(B) 356.67º 0.88% 0.72% -
XYZ 20.3 10.86 2.32 -
YUV 71.46 105.17 208.27 -
System Red Green Blue C M Y K H S L
Decimal 184 22 31 0 0.88 0.83 0.28 356.67 0.79 0.4
Hex B8 16 1F 0 58 53 1C 165 4F 28
Octal 270 26 37 0 130 123 34 545 117 50
Binary 10111000 10110 11111 0 1011000 1010011 11100 101100101 1001111 101000

Color Harmonies of #B8161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8161F

Black with #B8161F

Text Example


Text Example

White with #B8161F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8161F; }

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

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

background-color css

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

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

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

border-color css

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

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

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