Html Css Color HEX #BA1C22 Fire Engine Red

📋 copy color: '#BA1C22'

red 186 ◦ green 28 ◦ blue 34

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

Shades of Fire Engine Red #BA1C22

Tints of Fire Engine Red #BA1C22

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.29%

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

R = 75%
G = 11.29%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA1C22 (or 0xBA1C22) is known color: Fire Engine Red. HEX triplet: BA, 1C and 22. RGB value is (186,28,34). Sum of RGB (Red+Green+Blue) = 186+28+34=248 (32% of max value = 765). Red value is 186 (73.05% from 255 or 75% from 248); Green value is 28 (11.33% from 255 or 11.29% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1C22 is #45E3DD. Grayscale: #4C4C4C. Windows color (decimal): -4580318 or 2235578. OLE color: 2235578.

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

Color convert

RGB 186 28 34 -
CMYK 0 0.85 0.82 0.27
HSL 357.72º 0.74% 0.42% -
HSV(B) 357.72º 0.85% 0.73% -
XYZ 20.95 11.39 2.61 -
YUV 75.93 104.35 206.51 -
System Red Green Blue C M Y K H S L
Decimal 186 28 34 0 0.85 0.82 0.27 357.72 0.74 0.42
Hex BA 1C 22 0 55 52 1B 166 4A 2A
Octal 272 34 42 0 125 122 33 546 112 52
Binary 10111010 11100 100010 0 1010101 1010010 11011 101100110 1001010 101010

Color Harmonies of #BA1C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C22

Black with #BA1C22

Text Example


Text Example

White with #BA1C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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