Html Css Color HEX #BA1423 Fire Engine Red

📋 copy color: '#BA1423'

red 186 ◦ green 20 ◦ blue 35

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

Shades of Fire Engine Red #BA1423

Tints of Fire Engine Red #BA1423

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.3%

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

R = 77.18%
G = 8.3%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA1423 (or 0xBA1423) is known color: Fire Engine Red. HEX triplet: BA, 14 and 23. RGB value is (186,20,35). Sum of RGB (Red+Green+Blue) = 186+20+35=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 20 (8.20% from 255 or 8.30% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1423 is #45EBDC. Grayscale: #474747. Windows color (decimal): -4582365 or 2299066. OLE color: 2299066.

HSL color Cylindrical-coordinate representation of color #BA1423: hue angle of 354.58º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1423 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 20 35 -
CMYK 0 0.89 0.81 0.27
HSL 354.58º 0.81% 0.4% -
HSV(B) 354.58º 0.89% 0.73% -
XYZ 20.8 11.06 2.63 -
YUV 71.34 107.5 209.78 -
System Red Green Blue C M Y K H S L
Decimal 186 20 35 0 0.89 0.81 0.27 354.58 0.81 0.4
Hex BA 14 23 0 59 51 1B 163 51 28
Octal 272 24 43 0 131 121 33 543 121 50
Binary 10111010 10100 100011 0 1011001 1010001 11011 101100011 1010001 101000

Color Harmonies of #BA1423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1423

Black with #BA1423

Text Example


Text Example

White with #BA1423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1423; }

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

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

background-color css

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

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

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

border-color css

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

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

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