Html Css Color HEX #BA161E Fire Engine Red

📋 copy color: '#BA161E'

red 186 ◦ green 22 ◦ blue 30

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

Shades of Fire Engine Red #BA161E

Tints of Fire Engine Red #BA161E

RGB

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

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

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

R = 78.15%
G = 9.24%
B = 12.61%

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

#BA161E (or 0xBA161E) is known color: Fire Engine Red. HEX triplet: BA, 16 and 1E. RGB value is (186,22,30). Sum of RGB (Red+Green+Blue) = 186+22+30=238 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.15% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 186 - color contains mainly: red. Hex color #BA161E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA161E is #45E9E1. Grayscale: #484848. Windows color (decimal): -4581858 or 1971898. OLE color: 1971898.

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

Color convert

RGB 186 22 30 -
CMYK 0 0.88 0.84 0.27
HSL 357.07º 0.79% 0.41% -
HSV(B) 357.07º 0.88% 0.73% -
XYZ 20.77 11.11 2.28 -
YUV 71.95 104.33 209.35 -
System Red Green Blue C M Y K H S L
Decimal 186 22 30 0 0.88 0.84 0.27 357.07 0.79 0.41
Hex BA 16 1E 0 58 54 1B 165 4F 29
Octal 272 26 36 0 130 124 33 545 117 51
Binary 10111010 10110 11110 0 1011000 1010100 11011 101100101 1001111 101001

Color Harmonies of #BA161E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA161E

Black with #BA161E

Text Example


Text Example

White with #BA161E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA161E; }

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

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

background-color css

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

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

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

border-color css

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

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

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