Html Css Color HEX #BA1E20 Fire Engine Red

📋 copy color: '#BA1E20'

red 186 ◦ green 30 ◦ blue 32

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

Shades of Fire Engine Red #BA1E20

Tints of Fire Engine Red #BA1E20

RGB

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

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

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

R = 75%
G = 12.1%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA1E20 (or 0xBA1E20) is known color: Fire Engine Red. HEX triplet: BA, 1E and 20. RGB value is (186,30,32). Sum of RGB (Red+Green+Blue) = 186+30+32=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E20 is #45E1DF. Grayscale: #4D4D4D. Windows color (decimal): -4579808 or 2105018. OLE color: 2105018.

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

Color convert

RGB 186 30 32 -
CMYK 0 0.84 0.83 0.27
HSL 359.23º 0.72% 0.42% -
HSV(B) 359.23º 0.84% 0.73% -
XYZ 20.97 11.47 2.48 -
YUV 76.87 102.68 205.84 -
System Red Green Blue C M Y K H S L
Decimal 186 30 32 0 0.84 0.83 0.27 359.23 0.72 0.42
Hex BA 1E 20 0 54 53 1B 167 48 2A
Octal 272 36 40 0 124 123 33 547 110 52
Binary 10111010 11110 100000 0 1010100 1010011 11011 101100111 1001000 101010

Color Harmonies of #BA1E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E20

Black with #BA1E20

Text Example


Text Example

White with #BA1E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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