Html Css Color HEX #B91923 Fire Engine Red

📋 copy color: '#B91923'

red 185 ◦ green 25 ◦ blue 35

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

Shades of Fire Engine Red #B91923

Tints of Fire Engine Red #B91923

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.2%

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

R = 75.51%
G = 10.2%
B = 14.29%

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

#B91923 (or 0xB91923) is known color: Fire Engine Red. HEX triplet: B9, 19 and 23. RGB value is (185,25,35). Sum of RGB (Red+Green+Blue) = 185+25+35=245 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.51% from 245); Green value is 25 (10.16% from 255 or 10.20% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 185 - color contains mainly: red. Hex color #B91923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91923 is #46E6DC. Grayscale: #4A4A4A. Windows color (decimal): -4646621 or 2300345. OLE color: 2300345.

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

Color convert

RGB 185 25 35 -
CMYK 0 0.86 0.81 0.27
HSL 356.25º 0.76% 0.41% -
HSV(B) 356.25º 0.86% 0.73% -
XYZ 20.66 11.13 2.65 -
YUV 73.98 106.01 207.19 -
System Red Green Blue C M Y K H S L
Decimal 185 25 35 0 0.86 0.81 0.27 356.25 0.76 0.41
Hex B9 19 23 0 56 51 1B 164 4C 29
Octal 271 31 43 0 126 121 33 544 114 51
Binary 10111001 11001 100011 0 1010110 1010001 11011 101100100 1001100 101001

Color Harmonies of #B91923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91923

Black with #B91923

Text Example


Text Example

White with #B91923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91923; }

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

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

background-color css

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

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

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

border-color css

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

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

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