#BA2C21

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

Shades of Fire Brick #BA2C21

Tints of Fire Brick #BA2C21

Color information

#BA2C21 (or 0xBA2C21) is unknown color: approx Fire Brick. HEX triplet: BA, 2C and 21. RGB value is (186,44,33). Sum of RGB (Red+Green+Blue) = 186+44+33=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 33 (13.28% from 255 or 12.55% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2C21 is #45D3DE. Grayscale: #555555. Windows color (decimal): -4576223 or 2174138. OLE color: 2174138.

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

Color convert

RGB1864433-
CMYK00.760.820.27
HSL4.31º69.86%42.94%-
HSV(B)4.31º82.26%72.94%-
XYZ21.4212.352.69-
YUV85.298.54199.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.72%
GREEN value IS 44 (17.58% from 255) = 16.73%
BLUE value IS 33 (13.28% from 255) = 12.55%
R=70.72%
G=16.73%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186443300.760.820.274.3169.8642.94
HexBA2C2104C521B4462b
Octal2725441011412233410653
Binary10111010101100100001010011001010010110111001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2C21; }

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

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

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

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

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

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

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

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