Html Css Color HEX #BA1E1A Fire Brick

📋 copy color: '#BA1E1A'

red 186 ◦ green 30 ◦ blue 26

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

Shades of Fire Brick #BA1E1A

Tints of Fire Brick #BA1E1A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.4%

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

R = 76.86%
G = 12.4%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA1E1A (or 0xBA1E1A) is known color: Fire Brick. HEX triplet: BA, 1E and 1A. RGB value is (186,30,26). Sum of RGB (Red+Green+Blue) = 186+30+26=242 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.86% from 242); Green value is 30 (12.11% from 255 or 12.40% from 242); Blue value is 26 (10.55% from 255 or 10.74% from 242); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E1A is #45E1E5. Grayscale: #4C4C4C. Windows color (decimal): -4579814 or 1711802. OLE color: 1711802.

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

Color convert

RGB 186 30 26 -
CMYK 0 0.84 0.86 0.27
HSL 1.5º 0.75% 0.42% -
HSV(B) 1.5º 0.86% 0.73% -
XYZ 20.9 11.44 2.08 -
YUV 76.19 99.68 206.33 -
System Red Green Blue C M Y K H S L
Decimal 186 30 26 0 0.84 0.86 0.27 1.5 0.75 0.42
Hex BA 1E 1A 0 54 56 1B 2 4B 2A
Octal 272 36 32 0 124 126 33 2 113 52
Binary 10111010 11110 11010 0 1010100 1010110 11011 10 1001011 101010

Color Harmonies of #BA1E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E1A

Black with #BA1E1A

Text Example


Text Example

White with #BA1E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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