#B91427

Color #B91427 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #B91427

Tints of Fire Engine Red #B91427

Color information

#B91427 (or 0xB91427) is unknown color: approx Fire Engine Red. HEX triplet: B9, 14 and 27. RGB value is (185,20,39). Sum of RGB (Red+Green+Blue) = 185+20+39=244 (32% of max value = 765). Red value is 185 (72.66% from 255 or 75.82% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 39 (15.62% from 255 or 15.98% from 244); Max value from RGB is 185 - color contains mainly: red. Hex color #B91427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B91427 is #46EBD8. Grayscale: #474747. Windows color (decimal): -4647897 or 2561209. OLE color: 2561209.

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

Color convert

RGB1852039-
CMYK00.890.790.27
HSL353.09º80.49%40.2%-
HSV(B)353.09º89.19%72.55%-
XYZ20.6210.962.95-
YUV71.5109.66208.96-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 75.82%
GREEN value IS 20 (8.20% from 255) = 8.20%
BLUE value IS 39 (15.62% from 255) = 15.98%
R=75.82%
G=8.20%
B=15.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185203900.890.790.27353.0980.4940.2
HexB914270594F1B1615028
Octal271244701311173354112050
Binary1011100110100100111010110011001111110111011000011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B91427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B91427; }

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

 H1.HeaderClassName
 {
   color: #B91427;
 }
 .AnyTagClassName
 {
   color: #B91427;
 }
</style>
background-color css

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

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

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

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

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

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