Html Css Color HEX #BA1A20 Fire Engine Red

📋 copy color: '#BA1A20'

red 186 ◦ green 26 ◦ blue 32

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

Shades of Fire Engine Red #BA1A20

Tints of Fire Engine Red #BA1A20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.11%

R = 76.23%
G = 10.66%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA1A20 (or 0xBA1A20) is known color: Fire Engine Red. HEX triplet: BA, 1A and 20. RGB value is (186,26,32). Sum of RGB (Red+Green+Blue) = 186+26+32=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1A20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1A20 is #45E5DF. Grayscale: #4A4A4A. Windows color (decimal): -4580832 or 2103994. OLE color: 2103994.

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

Color convert

RGB 186 26 32 -
CMYK 0 0.86 0.83 0.27
HSL 357.75º 0.75% 0.42% -
HSV(B) 357.75º 0.86% 0.73% -
XYZ 20.88 11.28 2.44 -
YUV 74.52 104.01 207.51 -
System Red Green Blue C M Y K H S L
Decimal 186 26 32 0 0.86 0.83 0.27 357.75 0.75 0.42
Hex BA 1A 20 0 56 53 1B 166 4B 2A
Octal 272 32 40 0 126 123 33 546 113 52
Binary 10111010 11010 100000 0 1010110 1010011 11011 101100110 1001011 101010

Color Harmonies of #BA1A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A20

Black with #BA1A20

Text Example


Text Example

White with #BA1A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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