Html Css Color HEX #BA1928 Fire Engine Red

📋 copy color: '#BA1928'

red 186 ◦ green 25 ◦ blue 40

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

Shades of Fire Engine Red #BA1928

Tints of Fire Engine Red #BA1928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.94%

R = 74.1%
G = 9.96%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA1928 (or 0xBA1928) is known color: Fire Engine Red. HEX triplet: BA, 19 and 28. RGB value is (186,25,40). Sum of RGB (Red+Green+Blue) = 186+25+40=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1928 is #45E6D7. Grayscale: #4A4A4A. Windows color (decimal): -4581080 or 2628026. OLE color: 2628026.

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

Color convert

RGB 186 25 40 -
CMYK 0 0.87 0.78 0.27
HSL 354.41º 0.76% 0.41% -
HSV(B) 354.41º 0.87% 0.73% -
XYZ 20.98 11.29 3.08 -
YUV 74.85 108.34 207.28 -
System Red Green Blue C M Y K H S L
Decimal 186 25 40 0 0.87 0.78 0.27 354.41 0.76 0.41
Hex BA 19 28 0 57 4E 1B 162 4C 29
Octal 272 31 50 0 127 116 33 542 114 51
Binary 10111010 11001 101000 0 1010111 1001110 11011 101100010 1001100 101001

Color Harmonies of #BA1928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1928

Black with #BA1928

Text Example


Text Example

White with #BA1928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1928; }

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

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

background-color css

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

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

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

border-color css

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

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

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