#BA1413

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

Shades of Fire Brick #BA1413

Tints of Fire Brick #BA1413

Color information

#BA1413 (or 0xBA1413) is unknown color: approx Fire Brick. HEX triplet: BA, 14 and 13. RGB value is (186,20,19). Sum of RGB (Red+Green+Blue) = 186+20+19=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 19 (7.81% from 255 or 8.44% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1413 is #45EBEC. Grayscale: #454545. Windows color (decimal): -4582381 or 1250490. OLE color: 1250490.

HSL color Cylindrical-coordinate representation of color #BA1413: hue angle of 0.36º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA1413 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB1862019-
CMYK00.890.900.27
HSL0.36º81.46%40.2%-
HSV(B)0.36º89.78%72.94%-
XYZ20.6210.991.65-
YUV69.5299.5211.08-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 82.67%
GREEN value IS 20 (8.20% from 255) = 8.89%
BLUE value IS 19 (7.81% from 255) = 8.44%
R=82.67%
G=8.89%
B=8.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186201900.890.900.270.3681.4640.2
HexBA14130595A1B05128
Octal2722423013113233012150
Binary1011101010100100110101100110110101101101010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1413; }

 p { color: rgb(186,20,19); }

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

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

 a { background-color: rgb(186,20,19); }

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

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

 span { border-color: rgb(186,20,19); }

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