Html Css Color HEX #B81A23 Fire Engine Red

📋 copy color: '#B81A23'

red 184 ◦ green 26 ◦ blue 35

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

Shades of Fire Engine Red #B81A23

Tints of Fire Engine Red #B81A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.29%

R = 75.1%
G = 10.61%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B81A23 (or 0xB81A23) is known color: Fire Engine Red. HEX triplet: B8, 1A and 23. RGB value is (184,26,35). Sum of RGB (Red+Green+Blue) = 184+26+35=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81A23 is #47E5DC. Grayscale: #4A4A4A. Windows color (decimal): -4711901 or 2300600. OLE color: 2300600.

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

Color convert

RGB 184 26 35 -
CMYK 0 0.86 0.81 0.28
HSL 356.58º 0.75% 0.41% -
HSV(B) 356.58º 0.86% 0.72% -
XYZ 20.44 11.05 2.65 -
YUV 74.27 105.85 206.27 -
System Red Green Blue C M Y K H S L
Decimal 184 26 35 0 0.86 0.81 0.28 356.58 0.75 0.41
Hex B8 1A 23 0 56 51 1C 165 4B 29
Octal 270 32 43 0 126 121 34 545 113 51
Binary 10111000 11010 100011 0 1010110 1010001 11100 101100101 1001011 101001

Color Harmonies of #B81A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81A23

Black with #B81A23

Text Example


Text Example

White with #B81A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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