Html Css Color HEX #B81B1E Fire Engine Red

📋 copy color: '#B81B1E'

red 184 ◦ green 27 ◦ blue 30

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

Shades of Fire Engine Red #B81B1E

Tints of Fire Engine Red #B81B1E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.2%

 BLUE value IS 30 (12.11% from 255) = 12.45%

R = 76.35%
G = 11.2%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B81B1E (or 0xB81B1E) is known color: Fire Engine Red. HEX triplet: B8, 1B and 1E. RGB value is (184,27,30). Sum of RGB (Red+Green+Blue) = 184+27+30=241 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.35% from 241); Green value is 27 (10.94% from 255 or 11.20% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81B1E is #47E4E1. Grayscale: #4A4A4A. Windows color (decimal): -4711650 or 1973176. OLE color: 1973176.

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

Color convert

RGB 184 27 30 -
CMYK 0 0.85 0.84 0.28
HSL 358.85º 0.74% 0.41% -
HSV(B) 358.85º 0.85% 0.72% -
XYZ 20.39 11.07 2.29 -
YUV 74.29 103.01 206.26 -
System Red Green Blue C M Y K H S L
Decimal 184 27 30 0 0.85 0.84 0.28 358.85 0.74 0.41
Hex B8 1B 1E 0 55 54 1C 167 4A 29
Octal 270 33 36 0 125 124 34 547 112 51
Binary 10111000 11011 11110 0 1010101 1010100 11100 101100111 1001010 101001

Color Harmonies of #B81B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81B1E

Black with #B81B1E

Text Example


Text Example

White with #B81B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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