Html Css Color HEX #B81E20 Fire Engine Red

📋 copy color: '#B81E20'

red 184 ◦ green 30 ◦ blue 32

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

Shades of Fire Engine Red #B81E20

Tints of Fire Engine Red #B81E20

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.2%

 BLUE value IS 32 (12.89% from 255) = 13.01%

R = 74.8%
G = 12.2%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B81E20 (or 0xB81E20) is known color: Fire Engine Red. HEX triplet: B8, 1E and 20. RGB value is (184,30,32). Sum of RGB (Red+Green+Blue) = 184+30+32=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81E20 is #47E1DF. Grayscale: #4C4C4C. Windows color (decimal): -4710880 or 2105016. OLE color: 2105016.

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

Color convert

RGB 184 30 32 -
CMYK 0 0.84 0.83 0.28
HSL 359.22º 0.72% 0.42% -
HSV(B) 359.22º 0.84% 0.72% -
XYZ 20.49 11.22 2.45 -
YUV 76.27 103.02 204.84 -
System Red Green Blue C M Y K H S L
Decimal 184 30 32 0 0.84 0.83 0.28 359.22 0.72 0.42
Hex B8 1E 20 0 54 53 1C 167 48 2A
Octal 270 36 40 0 124 123 34 547 110 52
Binary 10111000 11110 100000 0 1010100 1010011 11100 101100111 1001000 101010

Color Harmonies of #B81E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81E20

Black with #B81E20

Text Example


Text Example

White with #B81E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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