Html Css Color HEX #BA1927 Fire Engine Red

📋 copy color: '#BA1927'

red 186 ◦ green 25 ◦ blue 39

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

Shades of Fire Engine Red #BA1927

Tints of Fire Engine Red #BA1927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.6%

R = 74.4%
G = 10%
B = 15.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BA1927 (or 0xBA1927) is known color: Fire Engine Red. HEX triplet: BA, 19 and 27. RGB value is (186,25,39). Sum of RGB (Red+Green+Blue) = 186+25+39=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 25 (10.16% from 255 or 10% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1927 is #45E6D8. Grayscale: #4A4A4A. Windows color (decimal): -4581081 or 2562490. OLE color: 2562490.

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

Color convert

RGB 186 25 39 -
CMYK 0 0.87 0.79 0.27
HSL 354.78º 0.76% 0.41% -
HSV(B) 354.78º 0.87% 0.73% -
XYZ 20.96 11.28 2.99 -
YUV 74.74 107.84 207.36 -
System Red Green Blue C M Y K H S L
Decimal 186 25 39 0 0.87 0.79 0.27 354.78 0.76 0.41
Hex BA 19 27 0 57 4F 1B 163 4C 29
Octal 272 31 47 0 127 117 33 543 114 51
Binary 10111010 11001 100111 0 1010111 1001111 11011 101100011 1001100 101001

Color Harmonies of #BA1927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1927

Black with #BA1927

Text Example


Text Example

White with #BA1927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1927; }

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

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

background-color css

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

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

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

border-color css

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

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

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