Html Css Color HEX #BA191D Fire Engine Red

📋 copy color: '#BA191D'

red 186 ◦ green 25 ◦ blue 29

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

Shades of Fire Engine Red #BA191D

Tints of Fire Engine Red #BA191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.42%

 BLUE value IS 29 (11.72% from 255) = 12.08%

R = 77.5%
G = 10.42%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA191D (or 0xBA191D) is known color: Fire Engine Red. HEX triplet: BA, 19 and 1D. RGB value is (186,25,29). Sum of RGB (Red+Green+Blue) = 186+25+29=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 25 (10.16% from 255 or 10.42% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA191D is #45E6E2. Grayscale: #494949. Windows color (decimal): -4581091 or 1907130. OLE color: 1907130.

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

Color convert

RGB 186 25 29 -
CMYK 0 0.87 0.84 0.27
HSL 358.51º 0.76% 0.41% -
HSV(B) 358.51º 0.87% 0.73% -
XYZ 20.82 11.22 2.23 -
YUV 73.6 102.84 208.17 -
System Red Green Blue C M Y K H S L
Decimal 186 25 29 0 0.87 0.84 0.27 358.51 0.76 0.41
Hex BA 19 1D 0 57 54 1B 167 4C 29
Octal 272 31 35 0 127 124 33 547 114 51
Binary 10111010 11001 11101 0 1010111 1010100 11011 101100111 1001100 101001

Color Harmonies of #BA191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA191D

Black with #BA191D

Text Example


Text Example

White with #BA191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA191D; }

 p { color: rgb(186,25,29); }

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

background-color css

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

 a { background-color: rgb(186,25,29); }

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

border-color css

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

 span { border-color: rgb(186,25,29); }

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