Html Css Color HEX #BA1E22 Fire Engine Red

📋 copy color: '#BA1E22'

red 186 ◦ green 30 ◦ blue 34

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

Shades of Fire Engine Red #BA1E22

Tints of Fire Engine Red #BA1E22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 13.6%

R = 74.4%
G = 12%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA1E22 (or 0xBA1E22) is known color: Fire Engine Red. HEX triplet: BA, 1E and 22. RGB value is (186,30,34). Sum of RGB (Red+Green+Blue) = 186+30+34=250 (33% of max value = 765). Red value is 186 (73.05% from 255 or 74.4% from 250); Green value is 30 (12.11% from 255 or 12% from 250); Blue value is 34 (13.67% from 255 or 13.6% from 250); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1E22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1E22 is #45E1DD. Grayscale: #4D4D4D. Windows color (decimal): -4579806 or 2236090. OLE color: 2236090.

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

Color convert

RGB 186 30 34 -
CMYK 0 0.84 0.82 0.27
HSL 358.46º 0.72% 0.42% -
HSV(B) 358.46º 0.84% 0.73% -
XYZ 21 11.48 2.62 -
YUV 77.1 103.68 205.67 -
System Red Green Blue C M Y K H S L
Decimal 186 30 34 0 0.84 0.82 0.27 358.46 0.72 0.42
Hex BA 1E 22 0 54 52 1B 166 48 2A
Octal 272 36 42 0 124 122 33 546 110 52
Binary 10111010 11110 100010 0 1010100 1010010 11011 101100110 1001000 101010

Color Harmonies of #BA1E22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1E22

Black with #BA1E22

Text Example


Text Example

White with #BA1E22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1E22; }

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

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

background-color css

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

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

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

border-color css

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

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

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