Html Css Color HEX #BA1322 Fire Engine Red

📋 copy color: '#BA1322'

red 186 ◦ green 19 ◦ blue 34

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

Shades of Fire Engine Red #BA1322

Tints of Fire Engine Red #BA1322

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.95%

 BLUE value IS 34 (13.67% from 255) = 14.23%

R = 77.82%
G = 7.95%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA1322 (or 0xBA1322) is known color: Fire Engine Red. HEX triplet: BA, 13 and 22. RGB value is (186,19,34). Sum of RGB (Red+Green+Blue) = 186+19+34=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 34 (13.67% from 255 or 14.23% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1322 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1322 is #45ECDD. Grayscale: #464646. Windows color (decimal): -4582622 or 2233274. OLE color: 2233274.

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

Color convert

RGB 186 19 34 -
CMYK 0 0.90 0.82 0.27
HSL 354.61º 0.81% 0.4% -
HSV(B) 354.61º 0.9% 0.73% -
XYZ 20.77 11.02 2.55 -
YUV 70.64 107.33 210.28 -
System Red Green Blue C M Y K H S L
Decimal 186 19 34 0 0.90 0.82 0.27 354.61 0.81 0.4
Hex BA 13 22 0 5A 52 1B 163 51 28
Octal 272 23 42 0 132 122 33 543 121 50
Binary 10111010 10011 100010 0 1011010 1010010 11011 101100011 1010001 101000

Color Harmonies of #BA1322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1322

Black with #BA1322

Text Example


Text Example

White with #BA1322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1322; }

 p { color: rgb(186,19,34); }

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

background-color css

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

 a { background-color: rgb(186,19,34); }

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

border-color css

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

 span { border-color: rgb(186,19,34); }

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