#BA2210

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

Shades of Fire Brick #BA2210

Tints of Fire Brick #BA2210

Color information

#BA2210 (or 0xBA2210) is unknown color: approx Fire Brick. HEX triplet: BA, 22 and 10. RGB value is (186,34,16). Sum of RGB (Red+Green+Blue) = 186+34+16=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 16 (6.64% from 255 or 6.78% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2210 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA2210 is #45DDEF. Grayscale: #4D4D4D. Windows color (decimal): -4578800 or 1057466. OLE color: 1057466.

HSL color Cylindrical-coordinate representation of color #BA2210: hue angle of 6.35º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA2210 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB1863416-
CMYK00.820.910.27
HSL6.35º84.16%39.61%-
HSV(B)6.35º91.4%72.94%-
XYZ20.9211.621.63-
YUV77.493.36205.46-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 78.81%
GREEN value IS 34 (13.67% from 255) = 14.41%
BLUE value IS 16 (6.64% from 255) = 6.78%
R=78.81%
G=14.41%
B=6.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186341600.820.910.276.3584.1639.61
HexBA22100525B1B65428
Octal2724220012213333612450
Binary1011101010001010000010100101011011110111101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2210; }

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

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

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

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

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

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

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

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