Html Css Color HEX #B91A23 Fire Engine Red

📋 copy color: '#B91A23'

red 185 ◦ green 26 ◦ blue 35

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

Shades of Fire Engine Red #B91A23

Tints of Fire Engine Red #B91A23

RGB

 RED value IS 185 (72.66% from 255) = 75.2%

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

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

R = 75.2%
G = 10.57%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B91A23 (or 0xB91A23) is known color: Fire Engine Red. HEX triplet: B9, 1A and 23. RGB value is (185,26,35). Sum of RGB (Red+Green+Blue) = 185+26+35=246 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.20% from 246); Green value is 26 (10.55% from 255 or 10.57% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 185 - color contains mainly: red. Hex color #B91A23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B91A23 is #46E5DC. Grayscale: #4A4A4A. Windows color (decimal): -4646365 or 2300601. OLE color: 2300601.

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

Color convert

RGB 185 26 35 -
CMYK 0 0.86 0.81 0.27
HSL 356.6º 0.75% 0.41% -
HSV(B) 356.6º 0.86% 0.73% -
XYZ 20.68 11.17 2.66 -
YUV 74.57 105.68 206.77 -
System Red Green Blue C M Y K H S L
Decimal 185 26 35 0 0.86 0.81 0.27 356.6 0.75 0.41
Hex B9 1A 23 0 56 51 1B 165 4B 29
Octal 271 32 43 0 126 121 33 545 113 51
Binary 10111001 11010 100011 0 1010110 1010001 11011 101100101 1001011 101001

Color Harmonies of #B91A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91A23

Black with #B91A23

Text Example


Text Example

White with #B91A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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