Html Css Color HEX #BA171F Fire Engine Red

📋 copy color: '#BA171F'

red 186 ◦ green 23 ◦ blue 31

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

Shades of Fire Engine Red #BA171F

Tints of Fire Engine Red #BA171F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.92%

R = 77.5%
G = 9.58%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA171F (or 0xBA171F) is known color: Fire Engine Red. HEX triplet: BA, 17 and 1F. RGB value is (186,23,31). Sum of RGB (Red+Green+Blue) = 186+23+31=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA171F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA171F is #45E8E0. Grayscale: #484848. Windows color (decimal): -4581601 or 2037690. OLE color: 2037690.

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

Color convert

RGB 186 23 31 -
CMYK 0 0.88 0.83 0.27
HSL 357.06º 0.78% 0.41% -
HSV(B) 357.06º 0.88% 0.73% -
XYZ 20.8 11.15 2.35 -
YUV 72.65 104.5 208.85 -
System Red Green Blue C M Y K H S L
Decimal 186 23 31 0 0.88 0.83 0.27 357.06 0.78 0.41
Hex BA 17 1F 0 58 53 1B 165 4E 29
Octal 272 27 37 0 130 123 33 545 116 51
Binary 10111010 10111 11111 0 1011000 1010011 11011 101100101 1001110 101001

Color Harmonies of #BA171F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA171F

Black with #BA171F

Text Example


Text Example

White with #BA171F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA171F; }

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

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

background-color css

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

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

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

border-color css

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

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

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