Html Css Color HEX #BA2226 Fire Engine Red

📋 copy color: '#BA2226'

red 186 ◦ green 34 ◦ blue 38

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

Shades of Fire Engine Red #BA2226

Tints of Fire Engine Red #BA2226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.73%

R = 72.09%
G = 13.18%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA2226 (or 0xBA2226) is known color: Fire Engine Red. HEX triplet: BA, 22 and 26. RGB value is (186,34,38). Sum of RGB (Red+Green+Blue) = 186+34+38=258 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.09% from 258); Green value is 34 (13.67% from 255 or 13.18% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2226 is #45DDD9. Grayscale: #505050. Windows color (decimal): -4578778 or 2499258. OLE color: 2499258.

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

Color convert

RGB 186 34 38 -
CMYK 0 0.82 0.80 0.27
HSL 358.42º 0.69% 0.43% -
HSV(B) 358.42º 0.82% 0.73% -
XYZ 21.17 11.72 2.98 -
YUV 79.9 104.36 203.67 -
System Red Green Blue C M Y K H S L
Decimal 186 34 38 0 0.82 0.80 0.27 358.42 0.69 0.43
Hex BA 22 26 0 52 50 1B 166 45 2B
Octal 272 42 46 0 122 120 33 546 105 53
Binary 10111010 100010 100110 0 1010010 1010000 11011 101100110 1000101 101011

Color Harmonies of #BA2226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2226

Black with #BA2226

Text Example


Text Example

White with #BA2226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2226; }

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

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

background-color css

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

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

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

border-color css

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

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

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