#BA1C08

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

Shades of Fire Brick #BA1C08

Tints of Fire Brick #BA1C08

Color information

#BA1C08 (or 0xBA1C08) is unknown color: approx Fire Brick. HEX triplet: BA, 1C and 08. RGB value is (186,28,8). Sum of RGB (Red+Green+Blue) = 186+28+8=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 28 (11.33% from 255 or 12.61% from 222); Blue value is 8 (3.52% from 255 or 3.60% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1C08 is #45E3F7. Grayscale: #494949. Windows color (decimal): -4580344 or 531642. OLE color: 531642.

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

Color convert

RGB186288-
CMYK00.850.960.27
HSL6.74º91.75%38.04%-
HSV(B)6.74º95.7%72.94%-
XYZ20.7111.291.32-
YUV72.9691.35208.63-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 83.78%
GREEN value IS 28 (11.33% from 255) = 12.61%
BLUE value IS 8 (3.52% from 255) = 3.60%
R=83.78%
G=12.61%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.96
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18628800.850.960.276.7491.7538.04
HexBA1C8055601B75c26
Octal2723410012514033713446
Binary10111010111001000010101011100000110111111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1C08; }

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

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

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

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

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

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

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

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