Html Css Color HEX #BA1E1F Fire Engine Red

📋 copy color: '#BA1E1F'

red 186 ◦ green 30 ◦ blue 31

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

Shades of Fire Engine Red #BA1E1F

Tints of Fire Engine Red #BA1E1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.55%

R = 75.3%
G = 12.15%
B = 12.55%

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

#BA1E1F (or 0xBA1E1F) is known color: Fire Engine Red. HEX triplet: BA, 1E and 1F. RGB value is (186,30,31). Sum of RGB (Red+Green+Blue) = 186+30+31=247 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.30% from 247); Green value is 30 (12.11% from 255 or 12.15% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E1F is #45E1E0. Grayscale: #4C4C4C. Windows color (decimal): -4579809 or 2039482. OLE color: 2039482.

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

Color convert

RGB 186 30 31 -
CMYK 0 0.84 0.83 0.27
HSL 359.62º 0.72% 0.42% -
HSV(B) 359.62º 0.84% 0.73% -
XYZ 20.96 11.47 2.4 -
YUV 76.76 102.18 205.92 -
System Red Green Blue C M Y K H S L
Decimal 186 30 31 0 0.84 0.83 0.27 359.62 0.72 0.42
Hex BA 1E 1F 0 54 53 1B 168 48 2A
Octal 272 36 37 0 124 123 33 550 110 52
Binary 10111010 11110 11111 0 1010100 1010011 11011 101101000 1001000 101010

Color Harmonies of #BA1E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E1F

Black with #BA1E1F

Text Example


Text Example

White with #BA1E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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