Html Css Color HEX #B91920 Fire Engine Red

📋 copy color: '#B91920'

red 185 ◦ green 25 ◦ blue 32

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

Shades of Fire Engine Red #B91920

Tints of Fire Engine Red #B91920

RGB

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

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

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

R = 76.45%
G = 10.33%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#B91920 (or 0xB91920) is known color: Fire Engine Red. HEX triplet: B9, 19 and 20. RGB value is (185,25,32). Sum of RGB (Red+Green+Blue) = 185+25+32=242 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.45% from 242); Green value is 25 (10.16% from 255 or 10.33% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 185 - color contains mainly: red. Hex color #B91920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91920 is #46E6DF. Grayscale: #494949. Windows color (decimal): -4646624 or 2103737. OLE color: 2103737.

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

Color convert

RGB 185 25 32 -
CMYK 0 0.86 0.83 0.27
HSL 357.38º 0.76% 0.41% -
HSV(B) 357.38º 0.86% 0.73% -
XYZ 20.62 11.11 2.43 -
YUV 73.64 104.51 207.43 -
System Red Green Blue C M Y K H S L
Decimal 185 25 32 0 0.86 0.83 0.27 357.38 0.76 0.41
Hex B9 19 20 0 56 53 1B 165 4C 29
Octal 271 31 40 0 126 123 33 545 114 51
Binary 10111001 11001 100000 0 1010110 1010011 11011 101100101 1001100 101001

Color Harmonies of #B91920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91920

Black with #B91920

Text Example


Text Example

White with #B91920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91920; }

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

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

background-color css

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

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

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

border-color css

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

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

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