#BA2A24

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

Shades of Fire Brick #BA2A24

Tints of Fire Brick #BA2A24

Color information

#BA2A24 (or 0xBA2A24) is unknown color: approx Fire Brick. HEX triplet: BA, 2A and 24. RGB value is (186,42,36). Sum of RGB (Red+Green+Blue) = 186+42+36=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 36 (14.45% from 255 or 13.64% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2A24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2A24 is #45D5DB. Grayscale: #545454. Windows color (decimal): -4576732 or 2370234. OLE color: 2370234.

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

Color convert

RGB1864236-
CMYK00.770.810.27
HSL2.4º67.57%43.53%-
HSV(B)2.4º80.65%72.94%-
XYZ21.412.222.9-
YUV84.37100.71200.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.45%
GREEN value IS 42 (16.80% from 255) = 15.91%
BLUE value IS 36 (14.45% from 255) = 13.64%
R=70.45%
G=15.91%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186423600.770.810.272.467.5743.53
HexBA2A2404D511B2442c
Octal2725244011512133210454
Binary1011101010101010010001001101101000111011101000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2A24; }

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

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

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

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

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

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

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

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