#BA1E0F

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

Shades of Fire Brick #BA1E0F

Tints of Fire Brick #BA1E0F

Color information

#BA1E0F (or 0xBA1E0F) is unknown color: approx Fire Brick. HEX triplet: BA, 1E and 0F. RGB value is (186,30,15). Sum of RGB (Red+Green+Blue) = 186+30+15=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 30 (12.11% from 255 or 12.99% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BA1E0F is #45E1F0. Grayscale: #4B4B4B. Windows color (decimal): -4579825 or 990906. OLE color: 990906.

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

Color convert

RGB1863015-
CMYK00.840.920.27
HSL5.26º85.07%39.41%-
HSV(B)5.26º91.94%72.94%-
XYZ20.811.41.56-
YUV74.9394.18207.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 80.52%
GREEN value IS 30 (12.11% from 255) = 12.99%
BLUE value IS 15 (6.25% from 255) = 6.49%
R=80.52%
G=12.99%
B=6.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186301500.840.920.275.2685.0739.41
HexBA1EF0545C1B55527
Octal2723617012413433512547
Binary10111010111101111010101001011100110111011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1E0F; }

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

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

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

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

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

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

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

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