Html Css Color HEX #BA171A Fire Engine Red

📋 copy color: '#BA171A'

red 186 ◦ green 23 ◦ blue 26

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

Shades of Fire Engine Red #BA171A

Tints of Fire Engine Red #BA171A

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.79%

 BLUE value IS 26 (10.55% from 255) = 11.06%

R = 79.15%
G = 9.79%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA171A (or 0xBA171A) is known color: Fire Engine Red. HEX triplet: BA, 17 and 1A. RGB value is (186,23,26). Sum of RGB (Red+Green+Blue) = 186+23+26=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 26 (10.55% from 255 or 11.06% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA171A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA171A is #45E8E5. Grayscale: #484848. Windows color (decimal): -4581606 or 1710010. OLE color: 1710010.

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

Color convert

RGB 186 23 26 -
CMYK 0 0.88 0.86 0.27
HSL 358.9º 0.78% 0.41% -
HSV(B) 358.9º 0.88% 0.73% -
XYZ 20.74 11.13 2.03 -
YUV 72.08 102 209.26 -
System Red Green Blue C M Y K H S L
Decimal 186 23 26 0 0.88 0.86 0.27 358.9 0.78 0.41
Hex BA 17 1A 0 58 56 1B 167 4E 29
Octal 272 27 32 0 130 126 33 547 116 51
Binary 10111010 10111 11010 0 1011000 1010110 11011 101100111 1001110 101001

Color Harmonies of #BA171A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA171A

Black with #BA171A

Text Example


Text Example

White with #BA171A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA171A; }

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

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

background-color css

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

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

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

border-color css

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

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

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