Html Css Color HEX #BA1720 Fire Engine Red

📋 copy color: '#BA1720'

red 186 ◦ green 23 ◦ blue 32

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

Shades of Fire Engine Red #BA1720

Tints of Fire Engine Red #BA1720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.54%

 BLUE value IS 32 (12.89% from 255) = 13.28%

R = 77.18%
G = 9.54%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA1720 (or 0xBA1720) is known color: Fire Engine Red. HEX triplet: BA, 17 and 20. RGB value is (186,23,32). Sum of RGB (Red+Green+Blue) = 186+23+32=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1720 is #45E8DF. Grayscale: #484848. Windows color (decimal): -4581600 or 2103226. OLE color: 2103226.

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

Color convert

RGB 186 23 32 -
CMYK 0 0.88 0.83 0.27
HSL 356.69º 0.78% 0.41% -
HSV(B) 356.69º 0.88% 0.73% -
XYZ 20.82 11.16 2.42 -
YUV 72.76 105 208.77 -
System Red Green Blue C M Y K H S L
Decimal 186 23 32 0 0.88 0.83 0.27 356.69 0.78 0.41
Hex BA 17 20 0 58 53 1B 165 4E 29
Octal 272 27 40 0 130 123 33 545 116 51
Binary 10111010 10111 100000 0 1011000 1010011 11011 101100101 1001110 101001

Color Harmonies of #BA1720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1720

Black with #BA1720

Text Example


Text Example

White with #BA1720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1720; }

 p { color: rgb(186,23,32); }

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

background-color css

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

 a { background-color: rgb(186,23,32); }

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

border-color css

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

 span { border-color: rgb(186,23,32); }

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