#BA1A0F

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

Shades of Fire Brick #BA1A0F

Tints of Fire Brick #BA1A0F

Color information

#BA1A0F (or 0xBA1A0F) is unknown color: approx Fire Brick. HEX triplet: BA, 1A and 0F. RGB value is (186,26,15). Sum of RGB (Red+Green+Blue) = 186+26+15=227 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.94% from 227); Green value is 26 (10.55% from 255 or 11.45% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1A0F is #45E5F0. Grayscale: #484848. Windows color (decimal): -4580849 or 989882. OLE color: 989882.

HSL color Cylindrical-coordinate representation of color #BA1A0F: hue angle of 3.86º 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 #BA1A0F is Cyan = 0, Magento = 0.86, Yellow = 0.92 and Black (K on CMYK) = 0.27.

Color convert

RGB1862615-
CMYK00.860.920.27
HSL3.86º85.07%39.41%-
HSV(B)3.86º91.94%72.94%-
XYZ20.7111.211.52-
YUV72.5995.51208.89-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 81.94%
GREEN value IS 26 (10.55% from 255) = 11.45%
BLUE value IS 15 (6.25% from 255) = 6.61%
R=81.94%
G=11.45%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186261500.860.920.273.8685.0739.41
HexBA1AF0565C1B45527
Octal2723217012613433412547
Binary10111010110101111010101101011100110111001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1A0F; }

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

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

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

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

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

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

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

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