Html Css Color HEX #BA1126 Fire Engine Red

📋 copy color: '#BA1126'

red 186 ◦ green 17 ◦ blue 38

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

Shades of Fire Engine Red #BA1126

Tints of Fire Engine Red #BA1126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.77%

R = 77.18%
G = 7.05%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA1126 (or 0xBA1126) is known color: Fire Engine Red. HEX triplet: BA, 11 and 26. RGB value is (186,17,38). Sum of RGB (Red+Green+Blue) = 186+17+38=241 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.18% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 38 (15.23% from 255 or 15.77% from 241); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1126 is #45EED9. Grayscale: #464646. Windows color (decimal): -4583130 or 2494906. OLE color: 2494906.

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

Color convert

RGB 186 17 38 -
CMYK 0 0.91 0.80 0.27
HSL 352.54º 0.83% 0.4% -
HSV(B) 352.54º 0.91% 0.73% -
XYZ 20.8 10.98 2.86 -
YUV 69.93 109.99 210.79 -
System Red Green Blue C M Y K H S L
Decimal 186 17 38 0 0.91 0.80 0.27 352.54 0.83 0.4
Hex BA 11 26 0 5B 50 1B 161 53 28
Octal 272 21 46 0 133 120 33 541 123 50
Binary 10111010 10001 100110 0 1011011 1010000 11011 101100001 1010011 101000

Color Harmonies of #BA1126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1126

Black with #BA1126

Text Example


Text Example

White with #BA1126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1126; }

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

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

background-color css

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

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

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

border-color css

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

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

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