#BA2926

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

Shades of Fire Brick #BA2926

Tints of Fire Brick #BA2926

Color information

#BA2926 (or 0xBA2926) is unknown color: approx Fire Brick. HEX triplet: BA, 29 and 26. RGB value is (186,41,38). Sum of RGB (Red+Green+Blue) = 186+41+38=265 (35% of max value = 765). Red value is 186 (73.05% from 255 or 70.19% from 265); Green value is 41 (16.41% from 255 or 15.47% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2926 is #45D6D9. Grayscale: #545454. Windows color (decimal): -4576986 or 2501050. OLE color: 2501050.

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

Color convert

RGB1864138-
CMYK00.780.800.27
HSL1.22º66.07%43.92%-
HSV(B)1.22º79.57%72.94%-
XYZ21.3912.163.05-
YUV84.01102.04200.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 70.19%
GREEN value IS 41 (16.41% from 255) = 15.47%
BLUE value IS 38 (15.23% from 255) = 14.34%
R=70.19%
G=15.47%
B=14.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186413800.780.800.271.2266.0743.92
HexBA292604E501B1422c
Octal2725146011612033110254
Binary101110101010011001100100111010100001101111000010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2926; }

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

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

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

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

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

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

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

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