Html Css Color HEX #BA151C Fire Engine Red

📋 copy color: '#BA151C'

red 186 ◦ green 21 ◦ blue 28

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

Shades of Fire Engine Red #BA151C

Tints of Fire Engine Red #BA151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.94%

 BLUE value IS 28 (11.33% from 255) = 11.91%

R = 79.15%
G = 8.94%
B = 11.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BA151C (or 0xBA151C) is known color: Fire Engine Red. HEX triplet: BA, 15 and 1C. RGB value is (186,21,28). Sum of RGB (Red+Green+Blue) = 186+21+28=235 (31% of max value = 765). Red value is 186 (73.05% from 255 or 79.15% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 28 (11.33% from 255 or 11.91% from 235); Max value from RGB is 186 - color contains mainly: red. Hex color #BA151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA151C is #45EAE3. Grayscale: #474747. Windows color (decimal): -4582116 or 1840570. OLE color: 1840570.

HSL color Cylindrical-coordinate representation of color #BA151C: hue angle of 357.45º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA151C is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 21 28 -
CMYK 0 0.89 0.85 0.27
HSL 357.45º 0.8% 0.41% -
HSV(B) 357.45º 0.89% 0.73% -
XYZ 20.73 11.06 2.14 -
YUV 71.13 103.66 209.93 -
System Red Green Blue C M Y K H S L
Decimal 186 21 28 0 0.89 0.85 0.27 357.45 0.8 0.41
Hex BA 15 1C 0 59 55 1B 165 50 29
Octal 272 25 34 0 131 125 33 545 120 51
Binary 10111010 10101 11100 0 1011001 1010101 11011 101100101 1010000 101001

Color Harmonies of #BA151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA151C

Black with #BA151C

Text Example


Text Example

White with #BA151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA151C; }

 p { color: rgb(186,21,28); }

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

background-color css

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

 a { background-color: rgb(186,21,28); }

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

border-color css

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

 span { border-color: rgb(186,21,28); }

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