#ba2c28

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

Shades of Fire Brick #BA2C28

Tints of Fire Brick #BA2C28

Color information

#BA2C28 (or 0xBA2C28) is unknown color: approx Fire Brick. HEX triplet: BA, 2C and 28. RGB value is (186,44,40). Sum of RGB (Red+Green+Blue) = 186+44+40=270 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.89% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 40 (16.02% from 255 or 14.81% from 270); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2C28 is #45D3D7. Grayscale: #565656. Windows color (decimal): -4576216 or 2632890. OLE color: 2632890.

HSL color Cylindrical-coordinate representation of color #BA2C28: hue angle of 1.64º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BA2C28 is Cyan = 0, Magento = 0.76, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB1864440-
CMYK00.760.780.27
HSL1.64º64.6%44.31%-
HSV(B)1.64º78.49%72.94%-
XYZ21.5312.393.26-
YUV86102.04199.33-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.89%
GREEN value IS 44 (17.58% from 255) = 16.30%
BLUE value IS 40 (16.02% from 255) = 14.81%
R=68.89%
G=16.30%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186444000.760.780.271.6464.644.31
HexBA2C2804C4E1B2412c
Octal2725450011411633210154
Binary1011101010110010100001001100100111011011101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba2c28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba2c28; }

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

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

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

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

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

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

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

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