#BA2219

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

Shades of Fire Brick #BA2219

Tints of Fire Brick #BA2219

Color information

#BA2219 (or 0xBA2219) is unknown color: approx Fire Brick. HEX triplet: BA, 22 and 19. RGB value is (186,34,25). Sum of RGB (Red+Green+Blue) = 186+34+25=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2219 is #45DDE6. Grayscale: #4E4E4E. Windows color (decimal): -4578791 or 1647290. OLE color: 1647290.

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

Color convert

RGB1863425-
CMYK00.820.870.27
HSL3.35º76.3%41.37%-
HSV(B)3.35º86.56%72.94%-
XYZ2111.652.06-
YUV78.4297.86204.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 75.92%
GREEN value IS 34 (13.67% from 255) = 13.88%
BLUE value IS 25 (10.16% from 255) = 10.20%
R=75.92%
G=13.88%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186342500.820.870.273.3576.341.37
HexBA2219052571B34c29
Octal2724231012212733311451
Binary101110101000101100101010010101011111011111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2219; }

 p { color: rgb(186,34,25); }

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

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

 a { background-color: rgb(186,34,25); }

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

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

 span { border-color: rgb(186,34,25); }

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