Html Css Color HEX #B90E28 Fire Engine Red

📋 copy color: '#B90E28'

red 185 ◦ green 14 ◦ blue 40

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

Shades of Fire Engine Red #B90E28

Tints of Fire Engine Red #B90E28

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.86%

 BLUE value IS 40 (16.02% from 255) = 16.74%

R = 77.41%
G = 5.86%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#B90E28 (or 0xB90E28) is known color: Fire Engine Red. HEX triplet: B9, 0E and 28. RGB value is (185,14,40). Sum of RGB (Red+Green+Blue) = 185+14+40=239 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.41% from 239); Green value is 14 (5.86% from 255 or 5.86% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 185 - color contains mainly: red. Hex color #B90E28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90E28 is #46F1D7. Grayscale: #444444. Windows color (decimal): -4649432 or 2625209. OLE color: 2625209.

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

Color convert

RGB 185 14 40 -
CMYK 0 0.92 0.78 0.27
HSL 350.88º 0.86% 0.39% -
HSV(B) 350.88º 0.92% 0.73% -
XYZ 20.55 10.78 3.01 -
YUV 68.09 112.15 211.39 -
System Red Green Blue C M Y K H S L
Decimal 185 14 40 0 0.92 0.78 0.27 350.88 0.86 0.39
Hex B9 E 28 0 5C 4E 1B 15F 56 27
Octal 271 16 50 0 134 116 33 537 126 47
Binary 10111001 1110 101000 0 1011100 1001110 11011 101011111 1010110 100111

Color Harmonies of #B90E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B90E28

Black with #B90E28

Text Example


Text Example

White with #B90E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B90E28; }

 p { color: rgb(185,14,40); }

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

background-color css

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

 a { background-color: rgb(185,14,40); }

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

border-color css

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

 span { border-color: rgb(185,14,40); }

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