Html Css Color HEX #BA1A1E Fire Engine Red

📋 copy color: '#BA1A1E'

red 186 ◦ green 26 ◦ blue 30

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

Shades of Fire Engine Red #BA1A1E

Tints of Fire Engine Red #BA1A1E

RGB

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

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

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

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

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

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

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

Color convert

RGB 186 26 30 -
CMYK 0 0.86 0.84 0.27
HSL 358.5º 0.75% 0.42% -
HSV(B) 358.5º 0.86% 0.73% -
XYZ 20.85 11.27 2.3 -
YUV 74.3 103.01 207.67 -
System Red Green Blue C M Y K H S L
Decimal 186 26 30 0 0.86 0.84 0.27 358.5 0.75 0.42
Hex BA 1A 1E 0 56 54 1B 166 4B 2A
Octal 272 32 36 0 126 124 33 546 113 52
Binary 10111010 11010 11110 0 1010110 1010100 11011 101100110 1001011 101010

Color Harmonies of #BA1A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1A1E

Black with #BA1A1E

Text Example


Text Example

White with #BA1A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1A1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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