#ba2b21

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

Shades of Fire Brick #BA2B21

Tints of Fire Brick #BA2B21

Color information

#BA2B21 (or 0xBA2B21) is unknown color: approx Fire Brick. HEX triplet: BA, 2B and 21. RGB value is (186,43,33). Sum of RGB (Red+Green+Blue) = 186+43+33=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 43 (17.19% from 255 or 16.41% from 262); Blue value is 33 (13.28% from 255 or 12.60% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B21 is #45D4DE. Grayscale: #545454. Windows color (decimal): -4576479 or 2173882. OLE color: 2173882.

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

Color convert

RGB1864333-
CMYK00.770.820.27
HSL3.92º69.86%42.94%-
HSV(B)3.92º82.26%72.94%-
XYZ21.3912.282.68-
YUV84.6298.88200.31-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.99%
GREEN value IS 43 (17.19% from 255) = 16.41%
BLUE value IS 33 (13.28% from 255) = 12.60%
R=70.99%
G=16.41%
B=12.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186433300.770.820.273.9269.8642.94
HexBA2B2104D521B4462b
Octal2725341011512233410653
Binary10111010101011100001010011011010010110111001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba2b21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba2b21; }

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

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

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

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

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

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

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

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