#BA1221

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

Shades of Fire Engine Red #BA1221

Tints of Fire Engine Red #BA1221

Color information

#BA1221 (or 0xBA1221) is unknown color: approx Fire Engine Red. HEX triplet: BA, 12 and 21. RGB value is (186,18,33). Sum of RGB (Red+Green+Blue) = 186+18+33=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 33 (13.28% from 255 or 13.92% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1221 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1221 is #45EDDE. Grayscale: #464646. Windows color (decimal): -4582879 or 2167482. OLE color: 2167482.

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

Color convert

RGB1861833-
CMYK00.900.820.27
HSL354.64º82.35%40%-
HSV(B)354.64º90.32%72.94%-
XYZ20.7410.982.47-
YUV69.94107.16210.78-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 78.48%
GREEN value IS 18 (7.42% from 255) = 7.59%
BLUE value IS 33 (13.28% from 255) = 13.92%
R=78.48%
G=7.59%
B=13.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186183300.900.820.27354.6482.3540
HexBA122105A521B1635228
Octal272224101321223354312250
Binary1011101010010100001010110101010010110111011000111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1221; }

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

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

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

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

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

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

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

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