#BA2626

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

Shades of Fire Brick #BA2626

Tints of Fire Brick #BA2626

Color information

#BA2626 (or 0xBA2626) is unknown color: approx Fire Brick. HEX triplet: BA, 26 and 26. RGB value is (186,38,38). Sum of RGB (Red+Green+Blue) = 186+38+38=262 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.99% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 38 (15.23% from 255 or 14.50% from 262); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2626 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2626 is #45D9D9. Grayscale: #525252. Windows color (decimal): -4577754 or 2500282. OLE color: 2500282.

HSL color Cylindrical-coordinate representation of color #BA2626: hue angle of 0º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BA2626 is Cyan = 0, Magento = 0.80, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB1863838-
CMYK00.800.800.27
HSL66.07%43.92%-
HSV(B)79.57%72.94%-
XYZ21.2911.973.02-
YUV82.25103.03202-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.99%
GREEN value IS 38 (15.23% from 255) = 14.50%
BLUE value IS 38 (15.23% from 255) = 14.50%
R=70.99%
G=14.50%
B=14.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186383800.800.800.27066.0743.92
HexBA2626050501B0422c
Octal2724646012012033010254
Binary101110101001101001100101000010100001101101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2626

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2626; }

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

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

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

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

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

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

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

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