Html Css Color HEX #BA1428 Fire Engine Red

📋 copy color: '#BA1428'

red 186 ◦ green 20 ◦ blue 40

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

Shades of Fire Engine Red #BA1428

Tints of Fire Engine Red #BA1428

RGB

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

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

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

R = 75.61%
G = 8.13%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BA1428 (or 0xBA1428) is known color: Fire Engine Red. HEX triplet: BA, 14 and 28. RGB value is (186,20,40). Sum of RGB (Red+Green+Blue) = 186+20+40=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 40 (16.02% from 255 or 16.26% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1428 is #45EBD7. Grayscale: #484848. Windows color (decimal): -4582360 or 2626746. OLE color: 2626746.

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

Color convert

RGB 186 20 40 -
CMYK 0 0.89 0.78 0.27
HSL 352.77º 0.81% 0.4% -
HSV(B) 352.77º 0.89% 0.73% -
XYZ 20.88 11.09 3.05 -
YUV 71.91 110 209.37 -
System Red Green Blue C M Y K H S L
Decimal 186 20 40 0 0.89 0.78 0.27 352.77 0.81 0.4
Hex BA 14 28 0 59 4E 1B 161 51 28
Octal 272 24 50 0 131 116 33 541 121 50
Binary 10111010 10100 101000 0 1011001 1001110 11011 101100001 1010001 101000

Color Harmonies of #BA1428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1428

Black with #BA1428

Text Example


Text Example

White with #BA1428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1428; }

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

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

background-color css

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

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

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

border-color css

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

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

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