#BA2A21

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

Shades of Fire Brick #BA2A21

Tints of Fire Brick #BA2A21

Color information

#BA2A21 (or 0xBA2A21) is unknown color: approx Fire Brick. HEX triplet: BA, 2A and 21. RGB value is (186,42,33). Sum of RGB (Red+Green+Blue) = 186+42+33=261 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.26% from 261); Green value is 42 (16.80% from 255 or 16.09% from 261); Blue value is 33 (13.28% from 255 or 12.64% from 261); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2A21 is #45D5DE. Grayscale: #545454. Windows color (decimal): -4576735 or 2173626. OLE color: 2173626.

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

Color convert

RGB1864233-
CMYK00.770.820.27
HSL3.53º69.86%42.94%-
HSV(B)3.53º82.26%72.94%-
XYZ21.3512.22.67-
YUV84.0399.21200.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 71.26%
GREEN value IS 42 (16.80% from 255) = 16.09%
BLUE value IS 33 (13.28% from 255) = 12.64%
R=71.26%
G=16.09%
B=12.64%

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
Decimal186423300.770.820.273.5369.8642.94
HexBA2A2104D521B4462b
Octal2725241011512233410653
Binary10111010101010100001010011011010010110111001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2A21; }

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

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

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

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

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

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

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

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