Html Css Color HEX #BA1129 Fire Engine Red

📋 copy color: '#BA1129'

red 186 ◦ green 17 ◦ blue 41

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

Shades of Fire Engine Red #BA1129

Tints of Fire Engine Red #BA1129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.8%

R = 76.23%
G = 6.97%
B = 16.8%

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

#BA1129 (or 0xBA1129) is known color: Fire Engine Red. HEX triplet: BA, 11 and 29. RGB value is (186,17,41). Sum of RGB (Red+Green+Blue) = 186+17+41=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1129 is #45EED6. Grayscale: #464646. Windows color (decimal): -4583127 or 2691514. OLE color: 2691514.

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

Color convert

RGB 186 17 41 -
CMYK 0 0.91 0.78 0.27
HSL 351.48º 0.83% 0.4% -
HSV(B) 351.48º 0.91% 0.73% -
XYZ 20.85 11 3.12 -
YUV 70.27 111.49 210.55 -
System Red Green Blue C M Y K H S L
Decimal 186 17 41 0 0.91 0.78 0.27 351.48 0.83 0.4
Hex BA 11 29 0 5B 4E 1B 15F 53 28
Octal 272 21 51 0 133 116 33 537 123 50
Binary 10111010 10001 101001 0 1011011 1001110 11011 101011111 1010011 101000

Color Harmonies of #BA1129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1129

Black with #BA1129

Text Example


Text Example

White with #BA1129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1129; }

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

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

background-color css

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

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

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

border-color css

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

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

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