Html Css Color HEX #B8161C Fire Engine Red

📋 copy color: '#B8161C'

red 184 ◦ green 22 ◦ blue 28

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

Shades of Fire Engine Red #B8161C

Tints of Fire Engine Red #B8161C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 11.97%

R = 78.63%
G = 9.4%
B = 11.97%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8161C (or 0xB8161C) is known color: Fire Engine Red. HEX triplet: B8, 16 and 1C. RGB value is (184,22,28). Sum of RGB (Red+Green+Blue) = 184+22+28=234 (30% of max value = 765). Red value is 184 (72.27% from 255 or 78.63% from 234); Green value is 22 (8.98% from 255 or 9.40% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 184 - color contains mainly: red. Hex color #B8161C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B8161C is #47E9E3. Grayscale: #474747. Windows color (decimal): -4712932 or 1840824. OLE color: 1840824.

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

Color convert

RGB 184 22 28 -
CMYK 0 0.88 0.85 0.28
HSL 357.78º 0.79% 0.4% -
HSV(B) 357.78º 0.88% 0.72% -
XYZ 20.26 10.85 2.12 -
YUV 71.12 103.67 208.51 -
System Red Green Blue C M Y K H S L
Decimal 184 22 28 0 0.88 0.85 0.28 357.78 0.79 0.4
Hex B8 16 1C 0 58 55 1C 166 4F 28
Octal 270 26 34 0 130 125 34 546 117 50
Binary 10111000 10110 11100 0 1011000 1010101 11100 101100110 1001111 101000

Color Harmonies of #B8161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8161C

Black with #B8161C

Text Example


Text Example

White with #B8161C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8161C; }

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

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

background-color css

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

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

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

border-color css

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

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

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