#BA1C10

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

Shades of Fire Brick #BA1C10

Tints of Fire Brick #BA1C10

Color information

#BA1C10 (or 0xBA1C10) is unknown color: approx Fire Brick. HEX triplet: BA, 1C and 10. RGB value is (186,28,16). Sum of RGB (Red+Green+Blue) = 186+28+16=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 28 (11.33% from 255 or 12.17% from 230); Blue value is 16 (6.64% from 255 or 6.96% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1C10 is #45E3EF. Grayscale: #4A4A4A. Windows color (decimal): -4580336 or 1055930. OLE color: 1055930.

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

Color convert

RGB1862816-
CMYK00.850.910.27
HSL4.24º84.16%39.61%-
HSV(B)4.24º91.4%72.94%-
XYZ20.7611.311.58-
YUV73.8795.35207.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 80.87%
GREEN value IS 28 (11.33% from 255) = 12.17%
BLUE value IS 16 (6.64% from 255) = 6.96%
R=80.87%
G=12.17%
B=6.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.91
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186281600.850.910.274.2484.1639.61
HexBA1C100555B1B45428
Octal2723420012513333412450
Binary101110101110010000010101011011011110111001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1C10; }

 p { color: rgb(186,28,16); }

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

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

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

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

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

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

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