Html Css Color HEX #B81A1D Fire Engine Red

📋 copy color: '#B81A1D'

red 184 ◦ green 26 ◦ blue 29

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

Shades of Fire Engine Red #B81A1D

Tints of Fire Engine Red #B81A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.88%

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

R = 76.99%
G = 10.88%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B81A1D (or 0xB81A1D) is known color: Fire Engine Red. HEX triplet: B8, 1A and 1D. RGB value is (184,26,29). Sum of RGB (Red+Green+Blue) = 184+26+29=239 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.99% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81A1D is #47E5E2. Grayscale: #494949. Windows color (decimal): -4711907 or 1907384. OLE color: 1907384.

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

Color convert

RGB 184 26 29 -
CMYK 0 0.86 0.84 0.28
HSL 358.86º 0.75% 0.41% -
HSV(B) 358.86º 0.86% 0.72% -
XYZ 20.36 11.02 2.22 -
YUV 73.58 102.85 206.76 -
System Red Green Blue C M Y K H S L
Decimal 184 26 29 0 0.86 0.84 0.28 358.86 0.75 0.41
Hex B8 1A 1D 0 56 54 1C 167 4B 29
Octal 270 32 35 0 126 124 34 547 113 51
Binary 10111000 11010 11101 0 1010110 1010100 11100 101100111 1001011 101001

Color Harmonies of #B81A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81A1D

Black with #B81A1D

Text Example


Text Example

White with #B81A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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