#BA2727

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

Shades of Fire Brick #BA2727

Tints of Fire Brick #BA2727

Color information

#BA2727 (or 0xBA2727) is unknown color: approx Fire Brick. HEX triplet: BA, 27 and 27. RGB value is (186,39,39). Sum of RGB (Red+Green+Blue) = 186+39+39=264 (34% of max value = 765). Red value is 186 (73.05% from 255 or 70.45% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 39 (15.62% from 255 or 14.77% from 264); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2727 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2727 is #45D8D8. Grayscale: #535353. Windows color (decimal): -4577497 or 2566074. OLE color: 2566074.

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

Color convert

RGB1863939-
CMYK00.790.790.27
HSL65.33%44.12%-
HSV(B)79.03%72.94%-
XYZ21.3412.043.12-
YUV82.95103.2201.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.45%
GREEN value IS 39 (15.62% from 255) = 14.77%
BLUE value IS 39 (15.62% from 255) = 14.77%
R=70.45%
G=14.77%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186393900.790.790.27065.3344.12
HexBA272704F4F1B0412c
Octal2724747011711733010154
Binary101110101001111001110100111110011111101101000001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2727; }

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

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

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

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

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

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

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

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