#B3181E

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

Shades of Fire Engine Red #B3181E

Tints of Fire Engine Red #B3181E

Color information

#B3181E (or 0xB3181E) is unknown color: approx Fire Engine Red. HEX triplet: B3, 18 and 1E. RGB value is (179,24,30). Sum of RGB (Red+Green+Blue) = 179+24+30=233 (30% of max value = 765). Red value is 179 (70.31% from 255 or 76.82% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 30 (12.11% from 255 or 12.88% from 233); Max value from RGB is 179 - color contains mainly: red. Hex color #B3181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3181E is #4CE7E1. Grayscale: #474747. Windows color (decimal): -5040098 or 1972403. OLE color: 1972403.

HSL color Cylindrical-coordinate representation of color #B3181E: hue angle of 357.68º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3181E is Cyan = 0, Magento = 0.87, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB1792430-
CMYK00.870.830.30
HSL357.68º76.35%39.8%-
HSV(B)357.68º86.59%70.2%-
XYZ19.1510.332.21-
YUV71.03104.85205.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 76.82%
GREEN value IS 24 (9.77% from 255) = 10.30%
BLUE value IS 30 (12.11% from 255) = 12.88%
R=76.82%
G=10.30%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179243000.870.830.30357.6876.3539.8
HexB3181E057531E1664c28
Octal263303601271233654611450
Binary101100111100011110010101111010011111101011001101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3181E; }

 p { color: rgb(179,24,30); }

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

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

 a { background-color: rgb(179,24,30); }

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

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

 span { border-color: rgb(179,24,30); }

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