Html Css Color HEX #B8181F Fire Engine Red

📋 copy color: '#B8181F'

red 184 ◦ green 24 ◦ blue 31

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

Shades of Fire Engine Red #B8181F

Tints of Fire Engine Red #B8181F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.04%

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

R = 76.99%
G = 10.04%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B8181F (or 0xB8181F) is known color: Fire Engine Red. HEX triplet: B8, 18 and 1F. RGB value is (184,24,31). Sum of RGB (Red+Green+Blue) = 184+24+31=239 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.99% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 184 - color contains mainly: red. Hex color #B8181F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8181F is #47E7E0. Grayscale: #484848. Windows color (decimal): -4712417 or 2037944. OLE color: 2037944.

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

Color convert

RGB 184 24 31 -
CMYK 0 0.87 0.83 0.28
HSL 357.38º 0.77% 0.41% -
HSV(B) 357.38º 0.87% 0.72% -
XYZ 20.34 10.94 2.34 -
YUV 72.64 104.51 207.43 -
System Red Green Blue C M Y K H S L
Decimal 184 24 31 0 0.87 0.83 0.28 357.38 0.77 0.41
Hex B8 18 1F 0 57 53 1C 165 4D 29
Octal 270 30 37 0 127 123 34 545 115 51
Binary 10111000 11000 11111 0 1010111 1010011 11100 101100101 1001101 101001

Color Harmonies of #B8181F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8181F

Black with #B8181F

Text Example


Text Example

White with #B8181F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8181F; }

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

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

background-color css

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

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

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

border-color css

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

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

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