#BA190C

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

Shades of Fire Brick #BA190C

Tints of Fire Brick #BA190C

Color information

#BA190C (or 0xBA190C) is unknown color: approx Fire Brick. HEX triplet: BA, 19 and 0C. RGB value is (186,25,12). Sum of RGB (Red+Green+Blue) = 186+25+12=223 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.41% from 223); Green value is 25 (10.16% from 255 or 11.21% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 186 - color contains mainly: red. Hex color #BA190C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA190C is #45E6F3. Grayscale: #474747. Windows color (decimal): -4581108 or 793018. OLE color: 793018.

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

Color convert

RGB1862512-
CMYK00.870.940.27
HSL4.48º87.88%38.82%-
HSV(B)4.48º93.55%72.94%-
XYZ20.6611.161.41-
YUV71.6694.34209.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 83.41%
GREEN value IS 25 (10.16% from 255) = 11.21%
BLUE value IS 12 (5.08% from 255) = 5.38%
R=83.41%
G=11.21%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186251200.870.940.274.4887.8838.82
HexBA19C0575E1B45827
Octal2723114012713633413047
Binary10111010110011100010101111011110110111001011000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA190C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA190C; }

 p { color: rgb(186,25,12); }

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

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

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

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

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

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

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