Html Css Color HEX #BA1923 Fire Engine Red

📋 copy color: '#BA1923'

red 186 ◦ green 25 ◦ blue 35

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

Shades of Fire Engine Red #BA1923

Tints of Fire Engine Red #BA1923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.23%

R = 75.61%
G = 10.16%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA1923 (or 0xBA1923) is known color: Fire Engine Red. HEX triplet: BA, 19 and 23. RGB value is (186,25,35). Sum of RGB (Red+Green+Blue) = 186+25+35=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1923 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1923 is #45E6DC. Grayscale: #4A4A4A. Windows color (decimal): -4581085 or 2300346. OLE color: 2300346.

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

Color convert

RGB 186 25 35 -
CMYK 0 0.87 0.81 0.27
HSL 356.27º 0.76% 0.41% -
HSV(B) 356.27º 0.87% 0.73% -
XYZ 20.9 11.26 2.66 -
YUV 74.28 105.84 207.69 -
System Red Green Blue C M Y K H S L
Decimal 186 25 35 0 0.87 0.81 0.27 356.27 0.76 0.41
Hex BA 19 23 0 57 51 1B 164 4C 29
Octal 272 31 43 0 127 121 33 544 114 51
Binary 10111010 11001 100011 0 1010111 1010001 11011 101100100 1001100 101001

Color Harmonies of #BA1923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1923

Black with #BA1923

Text Example


Text Example

White with #BA1923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1923; }

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

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

background-color css

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

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

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

border-color css

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

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

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