Html Css Color HEX #BA1320 Fire Engine Red

📋 copy color: '#BA1320'

red 186 ◦ green 19 ◦ blue 32

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

Shades of Fire Engine Red #BA1320

Tints of Fire Engine Red #BA1320

RGB

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

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

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

R = 78.48%
G = 8.02%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA1320 (or 0xBA1320) is known color: Fire Engine Red. HEX triplet: BA, 13 and 20. RGB value is (186,19,32). Sum of RGB (Red+Green+Blue) = 186+19+32=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1320 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1320 is #45ECDF. Grayscale: #464646. Windows color (decimal): -4582624 or 2102202. OLE color: 2102202.

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

Color convert

RGB 186 19 32 -
CMYK 0 0.90 0.83 0.27
HSL 355.33º 0.81% 0.4% -
HSV(B) 355.33º 0.9% 0.73% -
XYZ 20.74 11.01 2.4 -
YUV 70.42 106.33 210.44 -
System Red Green Blue C M Y K H S L
Decimal 186 19 32 0 0.90 0.83 0.27 355.33 0.81 0.4
Hex BA 13 20 0 5A 53 1B 163 51 28
Octal 272 23 40 0 132 123 33 543 121 50
Binary 10111010 10011 100000 0 1011010 1010011 11011 101100011 1010001 101000

Color Harmonies of #BA1320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1320

Black with #BA1320

Text Example


Text Example

White with #BA1320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1320; }

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

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

background-color css

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

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

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

border-color css

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

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

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