#BA2B20

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

Shades of Fire Brick #BA2B20

Tints of Fire Brick #BA2B20

Color information

#BA2B20 (or 0xBA2B20) is unknown color: approx Fire Brick. HEX triplet: BA, 2B and 20. RGB value is (186,43,32). Sum of RGB (Red+Green+Blue) = 186+43+32=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 43 (17.19% from 255 or 16.48% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B20 is #45D4DF. Grayscale: #545454. Windows color (decimal): -4576480 or 2108346. OLE color: 2108346.

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

Color convert

RGB1864332-
CMYK00.770.830.27
HSL4.29º70.64%42.75%-
HSV(B)4.29º82.8%72.94%-
XYZ21.3712.272.61-
YUV84.598.38200.39-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 71.26%
GREEN value IS 43 (17.19% from 255) = 16.48%
BLUE value IS 32 (12.89% from 255) = 12.26%
R=71.26%
G=16.48%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186433200.770.830.274.2970.6442.75
HexBA2B2004D531B4472b
Octal2725340011512333410753
Binary10111010101011100000010011011010011110111001000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2B20; }

 p { color: rgb(186,43,32); }

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

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

 a { background-color: rgb(186,43,32); }

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

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

 span { border-color: rgb(186,43,32); }

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