Html Css Color HEX #BA1C1A Fire Brick

📋 copy color: '#BA1C1A'

red 186 ◦ green 28 ◦ blue 26

#BA1C1A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Brick #BA1C1A

Tints of Fire Brick #BA1C1A

RGB

 RED value IS 186 (73.05% from 255) = 77.5%

 GREEN value IS 28 (11.33% from 255) = 11.67%

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 77.5%
G = 11.67%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA1C1A (or 0xBA1C1A) is known color: Fire Brick. HEX triplet: BA, 1C and 1A. RGB value is (186,28,26). Sum of RGB (Red+Green+Blue) = 186+28+26=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 28 (11.33% from 255 or 11.67% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1C1A is #45E3E5. Grayscale: #4B4B4B. Windows color (decimal): -4580326 or 1711290. OLE color: 1711290.

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

Color convert

RGB 186 28 26 -
CMYK 0 0.85 0.86 0.27
HSL 0.75º 0.75% 0.42% -
HSV(B) 0.75º 0.86% 0.73% -
XYZ 20.85 11.34 2.07 -
YUV 75.01 100.35 207.16 -
System Red Green Blue C M Y K H S L
Decimal 186 28 26 0 0.85 0.86 0.27 0.75 0.75 0.42
Hex BA 1C 1A 0 55 56 1B 1 4B 2A
Octal 272 34 32 0 125 126 33 1 113 52
Binary 10111010 11100 11010 0 1010101 1010110 11011 1 1001011 101010

Color Harmonies of #BA1C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C1A

Black with #BA1C1A

Text Example


Text Example

White with #BA1C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C1A; }

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

 H1.HeaderClassName
 {
   color: #BA1C1A;
 }
 .AnyTagClassName
 {
   color: #BA1C1A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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