#BA160F

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

Shades of Fire Brick #BA160F

Tints of Fire Brick #BA160F

Color information

#BA160F (or 0xBA160F) is unknown color: approx Fire Brick. HEX triplet: BA, 16 and 0F. RGB value is (186,22,15). Sum of RGB (Red+Green+Blue) = 186+22+15=223 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.41% from 223); Green value is 22 (8.98% from 255 or 9.87% from 223); Blue value is 15 (6.25% from 255 or 6.73% from 223); Max value from RGB is 186 - color contains mainly: red. Hex color #BA160F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA160F is #45E9F0. Grayscale: #464646. Windows color (decimal): -4581873 or 988858. OLE color: 988858.

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

Color convert

RGB1862215-
CMYK00.880.920.27
HSL2.46º85.07%39.41%-
HSV(B)2.46º91.94%72.94%-
XYZ20.6211.051.5-
YUV70.2496.83210.57-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 83.41%
GREEN value IS 22 (8.98% from 255) = 9.87%
BLUE value IS 15 (6.25% from 255) = 6.73%
R=83.41%
G=9.87%
B=6.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186221500.880.920.272.4685.0739.41
HexBA16F0585C1B25527
Octal2722617013013433212547
Binary1011101010110111101011000101110011011101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA160F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA160F; }

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

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

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

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

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

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

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

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