Html Css Color HEX #BA171E Fire Engine Red

📋 copy color: '#BA171E'

red 186 ◦ green 23 ◦ blue 30

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

Shades of Fire Engine Red #BA171E

Tints of Fire Engine Red #BA171E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.55%

R = 77.82%
G = 9.62%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA171E (or 0xBA171E) is known color: Fire Engine Red. HEX triplet: BA, 17 and 1E. RGB value is (186,23,30). Sum of RGB (Red+Green+Blue) = 186+23+30=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 30 (12.11% from 255 or 12.55% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA171E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA171E is #45E8E1. Grayscale: #484848. Windows color (decimal): -4581602 or 1972154. OLE color: 1972154.

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

Color convert

RGB 186 23 30 -
CMYK 0 0.88 0.84 0.27
HSL 357.42º 0.78% 0.41% -
HSV(B) 357.42º 0.88% 0.73% -
XYZ 20.79 11.15 2.28 -
YUV 72.54 104 208.93 -
System Red Green Blue C M Y K H S L
Decimal 186 23 30 0 0.88 0.84 0.27 357.42 0.78 0.41
Hex BA 17 1E 0 58 54 1B 165 4E 29
Octal 272 27 36 0 130 124 33 545 116 51
Binary 10111010 10111 11110 0 1011000 1010100 11011 101100101 1001110 101001

Color Harmonies of #BA171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA171E

Black with #BA171E

Text Example


Text Example

White with #BA171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA171E; }

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

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

background-color css

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

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

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

border-color css

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

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

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