Html Css Color HEX #BA1626 Fire Engine Red

📋 copy color: '#BA1626'

red 186 ◦ green 22 ◦ blue 38

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

Shades of Fire Engine Red #BA1626

Tints of Fire Engine Red #BA1626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.45%

R = 75.61%
G = 8.94%
B = 15.45%

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

#BA1626 (or 0xBA1626) is known color: Fire Engine Red. HEX triplet: BA, 16 and 26. RGB value is (186,22,38). Sum of RGB (Red+Green+Blue) = 186+22+38=246 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75.61% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 38 (15.23% from 255 or 15.45% from 246); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1626 is #45E9D9. Grayscale: #484848. Windows color (decimal): -4581850 or 2496186. OLE color: 2496186.

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

Color convert

RGB 186 22 38 -
CMYK 0 0.88 0.80 0.27
HSL 354.15º 0.79% 0.41% -
HSV(B) 354.15º 0.88% 0.73% -
XYZ 20.89 11.15 2.89 -
YUV 72.86 108.33 208.7 -
System Red Green Blue C M Y K H S L
Decimal 186 22 38 0 0.88 0.80 0.27 354.15 0.79 0.41
Hex BA 16 26 0 58 50 1B 162 4F 29
Octal 272 26 46 0 130 120 33 542 117 51
Binary 10111010 10110 100110 0 1011000 1010000 11011 101100010 1001111 101001

Color Harmonies of #BA1626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1626

Black with #BA1626

Text Example


Text Example

White with #BA1626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1626; }

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

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

background-color css

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

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

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

border-color css

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

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

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