Html Css Color HEX #BA1624 Fire Engine Red

📋 copy color: '#BA1624'

red 186 ◦ green 22 ◦ blue 36

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

Shades of Fire Engine Red #BA1624

Tints of Fire Engine Red #BA1624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.75%

R = 76.23%
G = 9.02%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA1624 (or 0xBA1624) is known color: Fire Engine Red. HEX triplet: BA, 16 and 24. RGB value is (186,22,36). Sum of RGB (Red+Green+Blue) = 186+22+36=244 (32% of max value = 765). Red value is 186 (73.05% from 255 or 76.23% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1624 is #45E9DB. Grayscale: #484848. Windows color (decimal): -4581852 or 2365114. OLE color: 2365114.

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

Color convert

RGB 186 22 36 -
CMYK 0 0.88 0.81 0.27
HSL 354.88º 0.79% 0.41% -
HSV(B) 354.88º 0.88% 0.73% -
XYZ 20.86 11.14 2.72 -
YUV 72.63 107.33 208.86 -
System Red Green Blue C M Y K H S L
Decimal 186 22 36 0 0.88 0.81 0.27 354.88 0.79 0.41
Hex BA 16 24 0 58 51 1B 163 4F 29
Octal 272 26 44 0 130 121 33 543 117 51
Binary 10111010 10110 100100 0 1011000 1010001 11011 101100011 1001111 101001

Color Harmonies of #BA1624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1624

Black with #BA1624

Text Example


Text Example

White with #BA1624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1624; }

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

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

background-color css

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

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

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

border-color css

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

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

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