#BA3322

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

Shades of Fire Brick #BA3322

Tints of Fire Brick #BA3322

Color information

#BA3322 (or 0xBA3322) is unknown color: approx Fire Brick. HEX triplet: BA, 33 and 22. RGB value is (186,51,34). Sum of RGB (Red+Green+Blue) = 186+51+34=271 (35% of max value = 765). Red value is 186 (73.05% from 255 or 68.63% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 34 (13.67% from 255 or 12.55% from 271); Max value from RGB is 186 - color contains mainly: red. Hex color #BA3322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA3322 is #45CCDD. Grayscale: #595959. Windows color (decimal): -4574430 or 2241466. OLE color: 2241466.

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

Color convert

RGB1865134-
CMYK00.730.820.27
HSL6.71º69.09%43.14%-
HSV(B)6.71º81.72%72.94%-
XYZ21.7212.922.86-
YUV89.4396.73196.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 68.63%
GREEN value IS 51 (20.31% from 255) = 18.82%
BLUE value IS 34 (13.67% from 255) = 12.55%
R=68.63%
G=18.82%
B=12.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186513400.730.820.276.7169.0943.14
HexBA3322049521B7452b
Octal2726342011112233710553
Binary10111010110011100010010010011010010110111111000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3322; }

 p { color: rgb(186,51,34); }

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

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

 a { background-color: rgb(186,51,34); }

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

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

 span { border-color: rgb(186,51,34); }

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