Html Css Color HEX #B81A20 Fire Engine Red

📋 copy color: '#B81A20'

red 184 ◦ green 26 ◦ blue 32

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

Shades of Fire Engine Red #B81A20

Tints of Fire Engine Red #B81A20

RGB

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

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

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

R = 76.03%
G = 10.74%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#B81A20 (or 0xB81A20) is known color: Fire Engine Red. HEX triplet: B8, 1A and 20. RGB value is (184,26,32). Sum of RGB (Red+Green+Blue) = 184+26+32=242 (32% of max value = 765). Red value is 184 (72.27% from 255 or 76.03% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81A20 is #47E5DF. Grayscale: #4A4A4A. Windows color (decimal): -4711904 or 2103992. OLE color: 2103992.

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

Color convert

RGB 184 26 32 -
CMYK 0 0.86 0.83 0.28
HSL 357.72º 0.75% 0.41% -
HSV(B) 357.72º 0.86% 0.72% -
XYZ 20.4 11.03 2.42 -
YUV 73.93 104.35 206.51 -
System Red Green Blue C M Y K H S L
Decimal 184 26 32 0 0.86 0.83 0.28 357.72 0.75 0.41
Hex B8 1A 20 0 56 53 1C 166 4B 29
Octal 270 32 40 0 126 123 34 546 113 51
Binary 10111000 11010 100000 0 1010110 1010011 11100 101100110 1001011 101001

Color Harmonies of #B81A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81A20

Black with #B81A20

Text Example


Text Example

White with #B81A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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