Html Css Color HEX #BA1E23 Fire Engine Red

📋 copy color: '#BA1E23'

red 186 ◦ green 30 ◦ blue 35

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

Shades of Fire Engine Red #BA1E23

Tints of Fire Engine Red #BA1E23

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.95%

 BLUE value IS 35 (14.06% from 255) = 13.94%

R = 74.1%
G = 11.95%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA1E23 (or 0xBA1E23) is known color: Fire Engine Red. HEX triplet: BA, 1E and 23. RGB value is (186,30,35). Sum of RGB (Red+Green+Blue) = 186+30+35=251 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.10% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 35 (14.06% from 255 or 13.94% from 251); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E23 is #45E1DC. Grayscale: #4D4D4D. Windows color (decimal): -4579805 or 2301626. OLE color: 2301626.

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

Color convert

RGB 186 30 35 -
CMYK 0 0.84 0.81 0.27
HSL 358.08º 0.72% 0.42% -
HSV(B) 358.08º 0.84% 0.73% -
XYZ 21.02 11.49 2.7 -
YUV 77.21 104.18 205.59 -
System Red Green Blue C M Y K H S L
Decimal 186 30 35 0 0.84 0.81 0.27 358.08 0.72 0.42
Hex BA 1E 23 0 54 51 1B 166 48 2A
Octal 272 36 43 0 124 121 33 546 110 52
Binary 10111010 11110 100011 0 1010100 1010001 11011 101100110 1001000 101010

Color Harmonies of #BA1E23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E23

Black with #BA1E23

Text Example


Text Example

White with #BA1E23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E23; }

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

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

background-color css

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

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

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

border-color css

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

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

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