Html Css Color HEX #BA2224 Fire Engine Red

📋 copy color: '#BA2224'

red 186 ◦ green 34 ◦ blue 36

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

Shades of Fire Engine Red #BA2224

Tints of Fire Engine Red #BA2224

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.28%

 BLUE value IS 36 (14.45% from 255) = 14.06%

R = 72.66%
G = 13.28%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA2224 (or 0xBA2224) is known color: Fire Engine Red. HEX triplet: BA, 22 and 24. RGB value is (186,34,36). Sum of RGB (Red+Green+Blue) = 186+34+36=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 36 (14.45% from 255 or 14.06% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2224 is #45DDDB. Grayscale: #4F4F4F. Windows color (decimal): -4578780 or 2368186. OLE color: 2368186.

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

Color convert

RGB 186 34 36 -
CMYK 0 0.82 0.81 0.27
HSL 359.21º 0.69% 0.43% -
HSV(B) 359.21º 0.82% 0.73% -
XYZ 21.14 11.71 2.82 -
YUV 79.68 103.36 203.84 -
System Red Green Blue C M Y K H S L
Decimal 186 34 36 0 0.82 0.81 0.27 359.21 0.69 0.43
Hex BA 22 24 0 52 51 1B 167 45 2B
Octal 272 42 44 0 122 121 33 547 105 53
Binary 10111010 100010 100100 0 1010010 1010001 11011 101100111 1000101 101011

Color Harmonies of #BA2224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2224

Black with #BA2224

Text Example


Text Example

White with #BA2224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2224; }

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

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

background-color css

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

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

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

border-color css

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

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

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