Html Css Color HEX #B91921 Fire Engine Red

📋 copy color: '#B91921'

red 185 ◦ green 25 ◦ blue 33

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

Shades of Fire Engine Red #B91921

Tints of Fire Engine Red #B91921

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.58%

R = 76.13%
G = 10.29%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#B91921 (or 0xB91921) is known color: Fire Engine Red. HEX triplet: B9, 19 and 21. RGB value is (185,25,33). Sum of RGB (Red+Green+Blue) = 185+25+33=243 (32% of max value = 765). Red value is 185 (72.66% from 255 or 76.13% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 185 - color contains mainly: red. Hex color #B91921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91921 is #46E6DE. Grayscale: #494949. Windows color (decimal): -4646623 or 2169273. OLE color: 2169273.

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

Color convert

RGB 185 25 33 -
CMYK 0 0.86 0.82 0.27
HSL 357º 0.76% 0.41% -
HSV(B) 357º 0.86% 0.73% -
XYZ 20.63 11.12 2.5 -
YUV 73.75 105.01 207.35 -
System Red Green Blue C M Y K H S L
Decimal 185 25 33 0 0.86 0.82 0.27 357 0.76 0.41
Hex B9 19 21 0 56 52 1B 165 4C 29
Octal 271 31 41 0 126 122 33 545 114 51
Binary 10111001 11001 100001 0 1010110 1010010 11011 101100101 1001100 101001

Color Harmonies of #B91921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91921

Black with #B91921

Text Example


Text Example

White with #B91921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91921; }

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

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

background-color css

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

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

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

border-color css

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

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

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