Html Css Color HEX #BA1128 Fire Engine Red

📋 copy color: '#BA1128'

red 186 ◦ green 17 ◦ blue 40

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

Shades of Fire Engine Red #BA1128

Tints of Fire Engine Red #BA1128

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7%

 BLUE value IS 40 (16.02% from 255) = 16.46%

R = 76.54%
G = 7%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA1128 (or 0xBA1128) is known color: Fire Engine Red. HEX triplet: BA, 11 and 28. RGB value is (186,17,40). Sum of RGB (Red+Green+Blue) = 186+17+40=243 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.54% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1128 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1128 is #45EED7. Grayscale: #464646. Windows color (decimal): -4583128 or 2625978. OLE color: 2625978.

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

Color convert

RGB 186 17 40 -
CMYK 0 0.91 0.78 0.27
HSL 351.83º 0.83% 0.4% -
HSV(B) 351.83º 0.91% 0.73% -
XYZ 20.83 10.99 3.03 -
YUV 70.15 110.99 210.63 -
System Red Green Blue C M Y K H S L
Decimal 186 17 40 0 0.91 0.78 0.27 351.83 0.83 0.4
Hex BA 11 28 0 5B 4E 1B 160 53 28
Octal 272 21 50 0 133 116 33 540 123 50
Binary 10111010 10001 101000 0 1011011 1001110 11011 101100000 1010011 101000

Color Harmonies of #BA1128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1128

Black with #BA1128

Text Example


Text Example

White with #BA1128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1128; }

 p { color: rgb(186,17,40); }

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

background-color css

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

 a { background-color: rgb(186,17,40); }

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

border-color css

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

 span { border-color: rgb(186,17,40); }

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