Html Css Color HEX #BA1826 Fire Engine Red

📋 copy color: '#BA1826'

red 186 ◦ green 24 ◦ blue 38

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

Shades of Fire Engine Red #BA1826

Tints of Fire Engine Red #BA1826

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.68%

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

R = 75%
G = 9.68%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA1826 (or 0xBA1826) is known color: Fire Engine Red. HEX triplet: BA, 18 and 26. RGB value is (186,24,38). Sum of RGB (Red+Green+Blue) = 186+24+38=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 38 (15.23% from 255 or 15.32% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1826 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1826 is #45E7D9. Grayscale: #4A4A4A. Windows color (decimal): -4581338 or 2496698. OLE color: 2496698.

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

Color convert

RGB 186 24 38 -
CMYK 0 0.87 0.80 0.27
HSL 354.81º 0.77% 0.41% -
HSV(B) 354.81º 0.87% 0.73% -
XYZ 20.93 11.23 2.9 -
YUV 74.03 107.67 207.86 -
System Red Green Blue C M Y K H S L
Decimal 186 24 38 0 0.87 0.80 0.27 354.81 0.77 0.41
Hex BA 18 26 0 57 50 1B 163 4D 29
Octal 272 30 46 0 127 120 33 543 115 51
Binary 10111010 11000 100110 0 1010111 1010000 11011 101100011 1001101 101001

Color Harmonies of #BA1826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1826

Black with #BA1826

Text Example


Text Example

White with #BA1826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1826; }

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

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

background-color css

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

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

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

border-color css

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

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

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