#ba1428

Color #BA1428 Fire Engine Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Engine Red #BA1428

Tints of Fire Engine Red #BA1428

Color information

#BA1428 (or 0xBA1428) is unknown color: approx 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

RGB1862040-
CMYK00.890.780.27
HSL352.77º80.58%40.39%-
HSV(B)352.77º89.25%72.94%-
XYZ20.8811.093.05-
YUV71.91110209.37-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 75.61%
GREEN value IS 20 (8.20% 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 (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.78
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186204000.890.780.27352.7780.5840.39
HexBA14280594E1B1615128
Octal272245001311163354112150
Binary1011101010100101000010110011001110110111011000011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba1428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>