#BA1527

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

Shades of Fire Engine Red #BA1527

Tints of Fire Engine Red #BA1527

Color information

#BA1527 (or 0xBA1527) is unknown color: approx Fire Engine Red. HEX triplet: BA, 15 and 27. RGB value is (186,21,39). Sum of RGB (Red+Green+Blue) = 186+21+39=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1527 is #45EAD8. Grayscale: #484848. Windows color (decimal): -4582105 or 2561466. OLE color: 2561466.

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

Color convert

RGB1862139-
CMYK00.890.790.27
HSL353.45º79.71%40.59%-
HSV(B)353.45º88.71%72.94%-
XYZ20.8811.122.97-
YUV72.39109.16209.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 75.61%
GREEN value IS 21 (8.59% from 255) = 8.54%
BLUE value IS 39 (15.62% from 255) = 15.85%
R=75.61%
G=8.54%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.79
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186213900.890.790.27353.4579.7140.59
HexBA15270594F1B1615029
Octal272254701311173354112051
Binary1011101010101100111010110011001111110111011000011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1527; }

 p { color: rgb(186,21,39); }

 H1.HeaderClassName
 {
   color: #BA1527;
 }
 .AnyTagClassName
 {
   color: #BA1527;
 }
</style>
background-color css

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

 a { background-color: rgb(186,21,39); }

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

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

 span { border-color: rgb(186,21,39); }

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