Html Css Color HEX #B81B1D Fire Engine Red

📋 copy color: '#B81B1D'

red 184 ◦ green 27 ◦ blue 29

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

Shades of Fire Engine Red #B81B1D

Tints of Fire Engine Red #B81B1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.08%

R = 76.67%
G = 11.25%
B = 12.08%

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

#B81B1D (or 0xB81B1D) is known color: Fire Engine Red. HEX triplet: B8, 1B and 1D. RGB value is (184,27,29). Sum of RGB (Red+Green+Blue) = 184+27+29=240 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.67% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 184 - color contains mainly: red. Hex color #B81B1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81B1D is #47E4E2. Grayscale: #4A4A4A. Windows color (decimal): -4711651 or 1907640. OLE color: 1907640.

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

Color convert

RGB 184 27 29 -
CMYK 0 0.85 0.84 0.28
HSL 359.24º 0.74% 0.41% -
HSV(B) 359.24º 0.85% 0.72% -
XYZ 20.38 11.06 2.22 -
YUV 74.17 102.51 206.34 -
System Red Green Blue C M Y K H S L
Decimal 184 27 29 0 0.85 0.84 0.28 359.24 0.74 0.41
Hex B8 1B 1D 0 55 54 1C 167 4A 29
Octal 270 33 35 0 125 124 34 547 112 51
Binary 10111000 11011 11101 0 1010101 1010100 11100 101100111 1001010 101001

Color Harmonies of #B81B1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81B1D

Black with #B81B1D

Text Example


Text Example

White with #B81B1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81B1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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