Html Css Color HEX #BA171B Fire Engine Red

📋 copy color: '#BA171B'

red 186 ◦ green 23 ◦ blue 27

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

Shades of Fire Engine Red #BA171B

Tints of Fire Engine Red #BA171B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.44%

R = 78.81%
G = 9.75%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA171B (or 0xBA171B) is known color: Fire Engine Red. HEX triplet: BA, 17 and 1B. RGB value is (186,23,27). Sum of RGB (Red+Green+Blue) = 186+23+27=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 27 (10.94% from 255 or 11.44% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA171B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA171B is #45E8E4. Grayscale: #484848. Windows color (decimal): -4581605 or 1775546. OLE color: 1775546.

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

Color convert

RGB 186 23 27 -
CMYK 0 0.88 0.85 0.27
HSL 358.53º 0.78% 0.41% -
HSV(B) 358.53º 0.88% 0.73% -
XYZ 20.75 11.13 2.09 -
YUV 72.19 102.5 209.17 -
System Red Green Blue C M Y K H S L
Decimal 186 23 27 0 0.88 0.85 0.27 358.53 0.78 0.41
Hex BA 17 1B 0 58 55 1B 167 4E 29
Octal 272 27 33 0 130 125 33 547 116 51
Binary 10111010 10111 11011 0 1011000 1010101 11011 101100111 1001110 101001

Color Harmonies of #BA171B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA171B

Black with #BA171B

Text Example


Text Example

White with #BA171B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA171B; }

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

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

background-color css

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

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

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

border-color css

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

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

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