Html Css Color HEX #BA1625 Fire Engine Red

📋 copy color: '#BA1625'

red 186 ◦ green 22 ◦ blue 37

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

Shades of Fire Engine Red #BA1625

Tints of Fire Engine Red #BA1625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.98%

 BLUE value IS 37 (14.84% from 255) = 15.1%

R = 75.92%
G = 8.98%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA1625 (or 0xBA1625) is known color: Fire Engine Red. HEX triplet: BA, 16 and 25. RGB value is (186,22,37). Sum of RGB (Red+Green+Blue) = 186+22+37=245 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.92% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1625 is #45E9DA. Grayscale: #484848. Windows color (decimal): -4581851 or 2430650. OLE color: 2430650.

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

Color convert

RGB 186 22 37 -
CMYK 0 0.88 0.80 0.27
HSL 354.51º 0.79% 0.41% -
HSV(B) 354.51º 0.88% 0.73% -
XYZ 20.87 11.15 2.8 -
YUV 72.75 107.83 208.78 -
System Red Green Blue C M Y K H S L
Decimal 186 22 37 0 0.88 0.80 0.27 354.51 0.79 0.41
Hex BA 16 25 0 58 50 1B 163 4F 29
Octal 272 26 45 0 130 120 33 543 117 51
Binary 10111010 10110 100101 0 1011000 1010000 11011 101100011 1001111 101001

Color Harmonies of #BA1625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1625

Black with #BA1625

Text Example


Text Example

White with #BA1625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1625; }

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

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

background-color css

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

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

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

border-color css

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

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

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