Html Css Color HEX #B91027 Fire Engine Red

📋 copy color: '#B91027'

red 185 ◦ green 16 ◦ blue 39

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

Shades of Fire Engine Red #B91027

Tints of Fire Engine Red #B91027

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.67%

 BLUE value IS 39 (15.63% from 255) = 16.25%

R = 77.08%
G = 6.67%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#B91027 (or 0xB91027) is known color: Fire Engine Red. HEX triplet: B9, 10 and 27. RGB value is (185,16,39). Sum of RGB (Red+Green+Blue) = 185+16+39=240 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.08% from 240); Green value is 16 (6.64% from 255 or 6.67% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 185 - color contains mainly: red. Hex color #B91027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91027 is #46EFD8. Grayscale: #454545. Windows color (decimal): -4648921 or 2560185. OLE color: 2560185.

HSL color Cylindrical-coordinate representation of color #B91027: hue angle of 351.83º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B91027 is Cyan = 0, Magento = 0.91, Yellow = 0.79 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 16 39 -
CMYK 0 0.91 0.79 0.27
HSL 351.83º 0.84% 0.39% -
HSV(B) 351.83º 0.91% 0.73% -
XYZ 20.56 10.83 2.93 -
YUV 69.15 110.99 210.63 -
System Red Green Blue C M Y K H S L
Decimal 185 16 39 0 0.91 0.79 0.27 351.83 0.84 0.39
Hex B9 10 27 0 5B 4F 1B 160 54 27
Octal 271 20 47 0 133 117 33 540 124 47
Binary 10111001 10000 100111 0 1011011 1001111 11011 101100000 1010100 100111

Color Harmonies of #B91027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91027

Black with #B91027

Text Example


Text Example

White with #B91027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91027; }

 p { color: rgb(185,16,39); }

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

background-color css

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

 a { background-color: rgb(185,16,39); }

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

border-color css

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

 span { border-color: rgb(185,16,39); }

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