#BA2126

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

Shades of Fire Engine Red #BA2126

Tints of Fire Engine Red #BA2126

Color information

#BA2126 (or 0xBA2126) is unknown color: approx Fire Engine Red. HEX triplet: BA, 21 and 26. RGB value is (186,33,38). Sum of RGB (Red+Green+Blue) = 186+33+38=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2126 is #45DED9. Grayscale: #4F4F4F. Windows color (decimal): -4579034 or 2499002. OLE color: 2499002.

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

Color convert

RGB1863338-
CMYK00.820.800.27
HSL358.04º69.86%42.94%-
HSV(B)358.04º82.26%72.94%-
XYZ21.1411.672.97-
YUV79.32104.69204.09-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 72.37%
GREEN value IS 33 (13.28% from 255) = 12.84%
BLUE value IS 38 (15.23% from 255) = 14.79%
R=72.37%
G=12.84%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186333800.820.800.27358.0469.8642.94
HexBA2126052501B166462b
Octal272414601221203354610653
Binary10111010100001100110010100101010000110111011001101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2126; }

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

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

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

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

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

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

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

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