Html Css Color HEX #BA181E Fire Engine Red

📋 copy color: '#BA181E'

red 186 ◦ green 24 ◦ blue 30

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

Shades of Fire Engine Red #BA181E

Tints of Fire Engine Red #BA181E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10%

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

R = 77.5%
G = 10%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA181E (or 0xBA181E) is known color: Fire Engine Red. HEX triplet: BA, 18 and 1E. RGB value is (186,24,30). Sum of RGB (Red+Green+Blue) = 186+24+30=240 (31% of max value = 765). Red value is 186 (73.05% from 255 or 77.5% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 30 (12.11% from 255 or 12.5% from 240); Max value from RGB is 186 - color contains mainly: red. Hex color #BA181E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA181E is #45E7E1. Grayscale: #494949. Windows color (decimal): -4581346 or 1972410. OLE color: 1972410.

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

Color convert

RGB 186 24 30 -
CMYK 0 0.87 0.84 0.27
HSL 357.78º 0.77% 0.41% -
HSV(B) 357.78º 0.87% 0.73% -
XYZ 20.81 11.19 2.29 -
YUV 73.12 103.67 208.51 -
System Red Green Blue C M Y K H S L
Decimal 186 24 30 0 0.87 0.84 0.27 357.78 0.77 0.41
Hex BA 18 1E 0 57 54 1B 166 4D 29
Octal 272 30 36 0 127 124 33 546 115 51
Binary 10111010 11000 11110 0 1010111 1010100 11011 101100110 1001101 101001

Color Harmonies of #BA181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA181E

Black with #BA181E

Text Example


Text Example

White with #BA181E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA181E; }

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

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

background-color css

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

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

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

border-color css

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

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

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