Html Css Color HEX #BA141F Fire Engine Red

📋 copy color: '#BA141F'

red 186 ◦ green 20 ◦ blue 31

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

Shades of Fire Engine Red #BA141F

Tints of Fire Engine Red #BA141F

RGB

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

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

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

R = 78.48%
G = 8.44%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA141F (or 0xBA141F) is known color: Fire Engine Red. HEX triplet: BA, 14 and 1F. RGB value is (186,20,31). Sum of RGB (Red+Green+Blue) = 186+20+31=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 31 (12.5% from 255 or 13.08% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA141F is #45EBE0. Grayscale: #474747. Windows color (decimal): -4582369 or 2036922. OLE color: 2036922.

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

Color convert

RGB 186 20 31 -
CMYK 0 0.89 0.83 0.27
HSL 356.02º 0.81% 0.4% -
HSV(B) 356.02º 0.89% 0.73% -
XYZ 20.75 11.04 2.33 -
YUV 70.89 105.5 210.11 -
System Red Green Blue C M Y K H S L
Decimal 186 20 31 0 0.89 0.83 0.27 356.02 0.81 0.4
Hex BA 14 1F 0 59 53 1B 164 51 28
Octal 272 24 37 0 131 123 33 544 121 50
Binary 10111010 10100 11111 0 1011001 1010011 11011 101100100 1010001 101000

Color Harmonies of #BA141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA141F

Black with #BA141F

Text Example


Text Example

White with #BA141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA141F; }

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

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

background-color css

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

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

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

border-color css

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

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

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