#BA2320

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

Shades of Fire Brick #BA2320

Tints of Fire Brick #BA2320

Color information

#BA2320 (or 0xBA2320) is unknown color: approx Fire Brick. HEX triplet: BA, 23 and 20. RGB value is (186,35,32). Sum of RGB (Red+Green+Blue) = 186+35+32=253 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.52% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 32 (12.89% from 255 or 12.65% from 253); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2320 is #45DCDF. Grayscale: #4F4F4F. Windows color (decimal): -4578528 or 2106298. OLE color: 2106298.

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

Color convert

RGB1863532-
CMYK00.810.830.27
HSL1.17º70.64%42.75%-
HSV(B)1.17º82.8%72.94%-
XYZ21.1111.752.52-
YUV79.81101.03203.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 73.52%
GREEN value IS 35 (14.06% from 255) = 13.83%
BLUE value IS 32 (12.89% from 255) = 12.65%
R=73.52%
G=13.83%
B=12.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186353200.810.830.271.1770.6442.75
HexBA2320051531B1472b
Octal2724340012112333110753
Binary101110101000111000000101000110100111101111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2320

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2320; }

 p { color: rgb(186,35,32); }

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

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

 a { background-color: rgb(186,35,32); }

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

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

 span { border-color: rgb(186,35,32); }

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