#ba1e26

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

Shades of Fire Engine Red #BA1E26

Tints of Fire Engine Red #BA1E26

Color information

#BA1E26 (or 0xBA1E26) is unknown color: approx Fire Engine Red. HEX triplet: BA, 1E and 26. RGB value is (186,30,38). Sum of RGB (Red+Green+Blue) = 186+30+38=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 38 (15.23% from 255 or 14.96% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E26 is #45E1D9. Grayscale: #4D4D4D. Windows color (decimal): -4579802 or 2498234. OLE color: 2498234.

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

Color convert

RGB1863038-
CMYK00.840.800.27
HSL356.92º72.22%42.35%-
HSV(B)356.92º83.87%72.94%-
XYZ21.0611.512.94-
YUV77.56105.68205.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 73.23%
GREEN value IS 30 (12.11% from 255) = 11.81%
BLUE value IS 38 (15.23% from 255) = 14.96%
R=73.23%
G=11.81%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186303800.840.800.27356.9272.2242.35
HexBA1E26054501B165482a
Octal272364601241203354511052
Binary1011101011110100110010101001010000110111011001011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba1e26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba1e26; }

 p { color: rgb(186,30,38); }

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

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

 a { background-color: rgb(186,30,38); }

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

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

 span { border-color: rgb(186,30,38); }

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