Html Css Color HEX #BA1426 Fire Engine Red

📋 copy color: '#BA1426'

red 186 ◦ green 20 ◦ blue 38

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

Shades of Fire Engine Red #BA1426

Tints of Fire Engine Red #BA1426

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.2%

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

R = 76.23%
G = 8.2%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA1426 (or 0xBA1426) is known color: Fire Engine Red. HEX triplet: BA, 14 and 26. RGB value is (186,20,38). Sum of RGB (Red+Green+Blue) = 186+20+38=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1426 is #45EBD9. Grayscale: #474747. Windows color (decimal): -4582362 or 2495674. OLE color: 2495674.

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

Color convert

RGB 186 20 38 -
CMYK 0 0.89 0.80 0.27
HSL 353.49º 0.81% 0.4% -
HSV(B) 353.49º 0.89% 0.73% -
XYZ 20.85 11.08 2.87 -
YUV 71.69 109 209.54 -
System Red Green Blue C M Y K H S L
Decimal 186 20 38 0 0.89 0.80 0.27 353.49 0.81 0.4
Hex BA 14 26 0 59 50 1B 161 51 28
Octal 272 24 46 0 131 120 33 541 121 50
Binary 10111010 10100 100110 0 1011001 1010000 11011 101100001 1010001 101000

Color Harmonies of #BA1426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1426

Black with #BA1426

Text Example


Text Example

White with #BA1426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1426; }

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

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

background-color css

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

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

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

border-color css

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

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

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