Html Css Color HEX #BA161F Fire Engine Red

📋 copy color: '#BA161F'

red 186 ◦ green 22 ◦ blue 31

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

Shades of Fire Engine Red #BA161F

Tints of Fire Engine Red #BA161F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.21%

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

R = 77.82%
G = 9.21%
B = 12.97%

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

#BA161F (or 0xBA161F) is known color: Fire Engine Red. HEX triplet: BA, 16 and 1F. RGB value is (186,22,31). Sum of RGB (Red+Green+Blue) = 186+22+31=239 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.82% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 31 (12.5% from 255 or 12.97% from 239); Max value from RGB is 186 - color contains mainly: red. Hex color #BA161F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA161F is #45E9E0. Grayscale: #484848. Windows color (decimal): -4581857 or 2037434. OLE color: 2037434.

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

Color convert

RGB 186 22 31 -
CMYK 0 0.88 0.83 0.27
HSL 356.71º 0.79% 0.41% -
HSV(B) 356.71º 0.88% 0.73% -
XYZ 20.78 11.11 2.35 -
YUV 72.06 104.83 209.27 -
System Red Green Blue C M Y K H S L
Decimal 186 22 31 0 0.88 0.83 0.27 356.71 0.79 0.41
Hex BA 16 1F 0 58 53 1B 165 4F 29
Octal 272 26 37 0 130 123 33 545 117 51
Binary 10111010 10110 11111 0 1011000 1010011 11011 101100101 1001111 101001

Color Harmonies of #BA161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA161F

Black with #BA161F

Text Example


Text Example

White with #BA161F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA161F; }

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

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

background-color css

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

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

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

border-color css

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

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

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