#BA2B1E

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

Shades of Fire Brick #BA2B1E

Tints of Fire Brick #BA2B1E

Color information

#BA2B1E (or 0xBA2B1E) is unknown color: approx Fire Brick. HEX triplet: BA, 2B and 1E. RGB value is (186,43,30). Sum of RGB (Red+Green+Blue) = 186+43+30=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 43 (17.19% from 255 or 16.60% from 259); Blue value is 30 (12.11% from 255 or 11.58% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2B1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2B1E is #45D4E1. Grayscale: #545454. Windows color (decimal): -4576482 or 1977274. OLE color: 1977274.

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

Color convert

RGB1864330-
CMYK00.770.840.27
HSL72.22%42.35%-
HSV(B)83.87%72.94%-
XYZ21.3512.262.47-
YUV84.2897.38200.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 71.81%
GREEN value IS 43 (17.19% from 255) = 16.60%
BLUE value IS 30 (12.11% from 255) = 11.58%
R=71.81%
G=16.60%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186433000.770.840.27572.2242.35
HexBA2B1E04D541B5482a
Octal2725336011512433511052
Binary1011101010101111110010011011010100110111011001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA2B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA2B1E; }

 p { color: rgb(186,43,30); }

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

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

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

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

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

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

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