#B90F28

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

Shades of Fire Engine Red #B90F28

Tints of Fire Engine Red #B90F28

Color information

#B90F28 (or 0xB90F28) is unknown color: approx Fire Engine Red. HEX triplet: B9, 0F and 28. RGB value is (185,15,40). Sum of RGB (Red+Green+Blue) = 185+15+40=240 (31% of max value = 765). Red value is 185 (72.66% from 255 or 77.08% from 240); Green value is 15 (6.25% from 255 or 6.25% from 240); Blue value is 40 (16.02% from 255 or 16.67% from 240); Max value from RGB is 185 - color contains mainly: red. Hex color #B90F28 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B90F28 is #46F0D7. Grayscale: #444444. Windows color (decimal): -4649176 or 2625465. OLE color: 2625465.

HSL color Cylindrical-coordinate representation of color #B90F28: hue angle of 351.18º degrees, saturation: 0.85, 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 #B90F28 is Cyan = 0, Magento = 0.92, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB1851540-
CMYK00.920.780.27
HSL351.18º85%39.22%-
HSV(B)351.18º91.89%72.55%-
XYZ20.5610.813.01-
YUV68.68111.82210.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 77.08%
GREEN value IS 15 (6.25% from 255) = 6.25%
BLUE value IS 40 (16.02% from 255) = 16.67%
R=77.08%
G=6.25%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185154000.920.780.27351.188539.22
HexB9F2805C4E1B15f5527
Octal271175001341163353712547
Binary101110011111101000010111001001110110111010111111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90F28; }

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

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

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

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

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

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

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

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