#BA2222

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

Shades of Fire Brick #BA2222

Tints of Fire Brick #BA2222

Color information

#BA2222 (or 0xBA2222) is unknown color: approx Fire Brick. HEX triplet: BA, 22 and 22. RGB value is (186,34,34). Sum of RGB (Red+Green+Blue) = 186+34+34=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 34 (13.67% from 255 or 13.39% from 254); Blue value is 34 (13.67% from 255 or 13.39% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2222 is #45DDDD. Grayscale: #4F4F4F. Windows color (decimal): -4578782 or 2237114. OLE color: 2237114.

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

Color convert

RGB1863434-
CMYK00.820.820.27
HSL69.09%43.14%-
HSV(B)81.72%72.94%-
XYZ21.1111.72.66-
YUV79.45102.36204-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 73.23%
GREEN value IS 34 (13.67% from 255) = 13.39%
BLUE value IS 34 (13.67% from 255) = 13.39%
R=73.23%
G=13.39%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186343400.820.820.27069.0943.14
HexBA2222052521B0452b
Octal2724242012212233010553
Binary101110101000101000100101001010100101101101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2222; }

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

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

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

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

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

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

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

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