#BA3220

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

Shades of Fire Brick #BA3220

Tints of Fire Brick #BA3220

Color information

#BA3220 (or 0xBA3220) is unknown color: approx Fire Brick. HEX triplet: BA, 32 and 20. RGB value is (186,50,32). Sum of RGB (Red+Green+Blue) = 186+50+32=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 50 (19.92% from 255 or 18.66% from 268); Blue value is 32 (12.89% from 255 or 11.94% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3220 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3220 is #45CDDF. Grayscale: #585858. Windows color (decimal): -4574688 or 2110138. OLE color: 2110138.

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

Color convert

RGB1865032-
CMYK00.730.830.27
HSL7.01º70.64%42.75%-
HSV(B)7.01º82.8%72.94%-
XYZ21.6512.822.7-
YUV88.6196.06197.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 69.40%
GREEN value IS 50 (19.92% from 255) = 18.66%
BLUE value IS 32 (12.89% from 255) = 11.94%
R=69.40%
G=18.66%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.83
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186503200.730.830.277.0170.6442.75
HexBA3220049531B7472b
Octal2726240011112333710753
Binary10111010110010100000010010011010011110111111000111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3220

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3220; }

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

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

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

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

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

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

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

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