Html Css Color HEX #BA141E Fire Engine Red

📋 copy color: '#BA141E'

red 186 ◦ green 20 ◦ blue 30

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

Shades of Fire Engine Red #BA141E

Tints of Fire Engine Red #BA141E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.47%

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

R = 78.81%
G = 8.47%
B = 12.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA141E (or 0xBA141E) is known color: Fire Engine Red. HEX triplet: BA, 14 and 1E. RGB value is (186,20,30). Sum of RGB (Red+Green+Blue) = 186+20+30=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 30 (12.11% from 255 or 12.71% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA141E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA141E is #45EBE1. Grayscale: #464646. Windows color (decimal): -4582370 or 1971386. OLE color: 1971386.

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

Color convert

RGB 186 20 30 -
CMYK 0 0.89 0.84 0.27
HSL 356.39º 0.81% 0.4% -
HSV(B) 356.39º 0.89% 0.73% -
XYZ 20.73 11.03 2.27 -
YUV 70.77 105 210.19 -
System Red Green Blue C M Y K H S L
Decimal 186 20 30 0 0.89 0.84 0.27 356.39 0.81 0.4
Hex BA 14 1E 0 59 54 1B 164 51 28
Octal 272 24 36 0 131 124 33 544 121 50
Binary 10111010 10100 11110 0 1011001 1010100 11011 101100100 1010001 101000

Color Harmonies of #BA141E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA141E

Black with #BA141E

Text Example


Text Example

White with #BA141E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA141E; }

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

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

background-color css

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

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

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

border-color css

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

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

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