Html Css Color HEX #B91223 Fire Engine Red

📋 copy color: '#B91223'

red 185 ◦ green 18 ◦ blue 35

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

Shades of Fire Engine Red #B91223

Tints of Fire Engine Red #B91223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.56%

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

R = 77.73%
G = 7.56%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#B91223 (or 0xB91223) is known color: Fire Engine Red. HEX triplet: B9, 12 and 23. RGB value is (185,18,35). Sum of RGB (Red+Green+Blue) = 185+18+35=238 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.73% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 35 (14.06% from 255 or 14.71% from 238); Max value from RGB is 185 - color contains mainly: red. Hex color #B91223 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91223 is #46EDDC. Grayscale: #454545. Windows color (decimal): -4648413 or 2298553. OLE color: 2298553.

HSL color Cylindrical-coordinate representation of color #B91223: hue angle of 353.89º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B91223 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 18 35 -
CMYK 0 0.90 0.81 0.27
HSL 353.89º 0.82% 0.4% -
HSV(B) 353.89º 0.9% 0.73% -
XYZ 20.53 10.87 2.61 -
YUV 69.87 108.33 210.12 -
System Red Green Blue C M Y K H S L
Decimal 185 18 35 0 0.90 0.81 0.27 353.89 0.82 0.4
Hex B9 12 23 0 5A 51 1B 162 52 28
Octal 271 22 43 0 132 121 33 542 122 50
Binary 10111001 10010 100011 0 1011010 1010001 11011 101100010 1010010 101000

Color Harmonies of #B91223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91223

Black with #B91223

Text Example


Text Example

White with #B91223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91223; }

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

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

background-color css

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

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

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

border-color css

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

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

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