#BA291D

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

Shades of Fire Brick #BA291D

Tints of Fire Brick #BA291D

Color information

#BA291D (or 0xBA291D) is unknown color: approx Fire Brick. HEX triplet: BA, 29 and 1D. RGB value is (186,41,29). Sum of RGB (Red+Green+Blue) = 186+41+29=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 41 (16.41% from 255 or 16.02% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA291D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA291D is #45D6E2. Grayscale: #535353. Windows color (decimal): -4576995 or 1911226. OLE color: 1911226.

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

Color convert

RGB1864129-
CMYK00.780.840.27
HSL4.59º73.02%42.16%-
HSV(B)4.59º84.41%72.94%-
XYZ21.2612.112.38-
YUV82.9997.54201.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 72.66%
GREEN value IS 41 (16.41% from 255) = 16.02%
BLUE value IS 29 (11.72% from 255) = 11.33%
R=72.66%
G=16.02%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186412900.780.840.274.5973.0242.16
HexBA291D04E541B5492a
Octal2725135011612433511152
Binary1011101010100111101010011101010100110111011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA291D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA291D; }

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

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

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

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

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

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

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

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