#BA1E19

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

Shades of Fire Brick #BA1E19

Tints of Fire Brick #BA1E19

Color information

#BA1E19 (or 0xBA1E19) is unknown color: approx Fire Brick. HEX triplet: BA, 1E and 19. RGB value is (186,30,25). Sum of RGB (Red+Green+Blue) = 186+30+25=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1E19 is #45E1E6. Grayscale: #4C4C4C. Windows color (decimal): -4579815 or 1646266. OLE color: 1646266.

HSL color Cylindrical-coordinate representation of color #BA1E19: hue angle of 1.86º 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 #BA1E19 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.27.

Color convert

RGB1863025-
CMYK00.840.870.27
HSL1.86º76.3%41.37%-
HSV(B)1.86º86.56%72.94%-
XYZ20.8911.442.03-
YUV76.0799.18206.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 77.18%
GREEN value IS 30 (12.11% from 255) = 12.45%
BLUE value IS 25 (10.16% from 255) = 10.37%
R=77.18%
G=12.45%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.87
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186302500.840.870.271.8676.341.37
HexBA1E19054571B24c29
Octal2723631012412733211451
Binary10111010111101100101010100101011111011101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1E19; }

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

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

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

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

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

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

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

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