#BA2726

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

Shades of Fire Brick #BA2726

Tints of Fire Brick #BA2726

Color information

#BA2726 (or 0xBA2726) is unknown color: approx Fire Brick. HEX triplet: BA, 27 and 26. RGB value is (186,39,38). Sum of RGB (Red+Green+Blue) = 186+39+38=263 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.72% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 38 (15.23% from 255 or 14.45% from 263); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2726 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2726 is #45D8D9. Grayscale: #525252. Windows color (decimal): -4577498 or 2500538. OLE color: 2500538.

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

Color convert

RGB1863938-
CMYK00.790.800.27
HSL0.41º66.07%43.92%-
HSV(B)0.41º79.57%72.94%-
XYZ21.3312.033.03-
YUV82.84102.7201.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.72%
GREEN value IS 39 (15.62% from 255) = 14.83%
BLUE value IS 38 (15.23% from 255) = 14.45%
R=70.72%
G=14.83%
B=14.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186393800.790.800.270.4166.0743.92
HexBA272604F501B0422c
Octal2724746011712033010254
Binary101110101001111001100100111110100001101101000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2726; }

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

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

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

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

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

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

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

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