Html Css Color HEX #BA1A1D Fire Engine Red

📋 copy color: '#BA1A1D'

red 186 ◦ green 26 ◦ blue 29

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

Shades of Fire Engine Red #BA1A1D

Tints of Fire Engine Red #BA1A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.79%

 BLUE value IS 29 (11.72% from 255) = 12.03%

R = 77.18%
G = 10.79%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA1A1D (or 0xBA1A1D) is known color: Fire Engine Red. HEX triplet: BA, 1A and 1D. RGB value is (186,26,29). Sum of RGB (Red+Green+Blue) = 186+26+29=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1A1D is #45E5E2. Grayscale: #4A4A4A. Windows color (decimal): -4580835 or 1907386. OLE color: 1907386.

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

Color convert

RGB 186 26 29 -
CMYK 0 0.86 0.84 0.27
HSL 358.88º 0.75% 0.42% -
HSV(B) 358.88º 0.86% 0.73% -
XYZ 20.84 11.27 2.24 -
YUV 74.18 102.51 207.76 -
System Red Green Blue C M Y K H S L
Decimal 186 26 29 0 0.86 0.84 0.27 358.88 0.75 0.42
Hex BA 1A 1D 0 56 54 1B 167 4B 2A
Octal 272 32 35 0 126 124 33 547 113 52
Binary 10111010 11010 11101 0 1010110 1010100 11011 101100111 1001011 101010

Color Harmonies of #BA1A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A1D

Black with #BA1A1D

Text Example


Text Example

White with #BA1A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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