#ba1725

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

Shades of Fire Engine Red #BA1725

Tints of Fire Engine Red #BA1725

Color information

#BA1725 (or 0xBA1725) is unknown color: approx Fire Engine Red. HEX triplet: BA, 17 and 25. RGB value is (186,23,37). Sum of RGB (Red+Green+Blue) = 186+23+37=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1725 is #45E8DA. Grayscale: #494949. Windows color (decimal): -4581595 or 2430906. OLE color: 2430906.

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

Color convert

RGB1862337-
CMYK00.880.800.27
HSL354.85º77.99%40.98%-
HSV(B)354.85º87.63%72.94%-
XYZ20.8911.192.81-
YUV73.33107.5208.36-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 75.61%
GREEN value IS 23 (9.38% from 255) = 9.35%
BLUE value IS 37 (14.84% from 255) = 15.04%
R=75.61%
G=9.35%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.80
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186233700.880.800.27354.8577.9940.98
HexBA1725058501B1634e29
Octal272274501301203354311651
Binary1011101010111100101010110001010000110111011000111001110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba1725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba1725; }

 p { color: rgb(186,23,37); }

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

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

 a { background-color: rgb(186,23,37); }

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

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

 span { border-color: rgb(186,23,37); }

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