#BA1526

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

Shades of Fire Engine Red #BA1526

Tints of Fire Engine Red #BA1526

Color information

#BA1526 (or 0xBA1526) is unknown color: approx Fire Engine Red. HEX triplet: BA, 15 and 26. RGB value is (186,21,38). Sum of RGB (Red+Green+Blue) = 186+21+38=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 21 (8.59% from 255 or 8.57% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1526 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1526 is #45EAD9. Grayscale: #484848. Windows color (decimal): -4582106 or 2495930. OLE color: 2495930.

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

Color convert

RGB1862138-
CMYK00.890.800.27
HSL353.82º79.71%40.59%-
HSV(B)353.82º88.71%72.94%-
XYZ20.8711.122.88-
YUV72.27108.66209.12-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 75.92%
GREEN value IS 21 (8.59% from 255) = 8.57%
BLUE value IS 38 (15.23% from 255) = 15.51%
R=75.92%
G=8.57%
B=15.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186213800.890.800.27353.8279.7140.59
HexBA1526059501B1625029
Octal272254601311203354212051
Binary1011101010101100110010110011010000110111011000101010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1526; }

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

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

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

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

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

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

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

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