#BA1F16

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

Shades of Fire Brick #BA1F16

Tints of Fire Brick #BA1F16

Color information

#BA1F16 (or 0xBA1F16) is unknown color: approx Fire Brick. HEX triplet: BA, 1F and 16. RGB value is (186,31,22). Sum of RGB (Red+Green+Blue) = 186+31+22=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 31 (12.5% from 255 or 12.97% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1F16 is #45E0E9. Grayscale: #4C4C4C. Windows color (decimal): -4579562 or 1449914. OLE color: 1449914.

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

Color convert

RGB1863122-
CMYK00.830.880.27
HSL3.29º78.85%40.78%-
HSV(B)3.29º88.17%72.94%-
XYZ20.8811.481.87-
YUV76.3297.35206.23-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 77.82%
GREEN value IS 31 (12.5% from 255) = 12.97%
BLUE value IS 22 (8.98% from 255) = 9.21%
R=77.82%
G=12.97%
B=9.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186312200.830.880.273.2978.8540.78
HexBA1F16053581B34f29
Octal2723726012313033311751
Binary10111010111111011001010011101100011011111001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1F16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1F16; }

 p { color: rgb(186,31,22); }

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

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

 a { background-color: rgb(186,31,22); }

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

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

 span { border-color: rgb(186,31,22); }

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