Html Css Color HEX #BA2223 Fire Engine Red

📋 copy color: '#BA2223'

red 186 ◦ green 34 ◦ blue 35

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

Shades of Fire Engine Red #BA2223

Tints of Fire Engine Red #BA2223

RGB

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

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

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

R = 72.94%
G = 13.33%
B = 13.73%

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

#BA2223 (or 0xBA2223) is known color: Fire Engine Red. HEX triplet: BA, 22 and 23. RGB value is (186,34,35). Sum of RGB (Red+Green+Blue) = 186+34+35=255 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.94% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2223 is #45DDDC. Grayscale: #4F4F4F. Windows color (decimal): -4578781 or 2302650. OLE color: 2302650.

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

Color convert

RGB 186 34 35 -
CMYK 0 0.82 0.81 0.27
HSL 359.61º 0.69% 0.43% -
HSV(B) 359.61º 0.82% 0.73% -
XYZ 21.13 11.7 2.74 -
YUV 79.56 102.86 203.92 -
System Red Green Blue C M Y K H S L
Decimal 186 34 35 0 0.82 0.81 0.27 359.61 0.69 0.43
Hex BA 22 23 0 52 51 1B 168 45 2B
Octal 272 42 43 0 122 121 33 550 105 53
Binary 10111010 100010 100011 0 1010010 1010001 11011 101101000 1000101 101011

Color Harmonies of #BA2223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2223

Black with #BA2223

Text Example


Text Example

White with #BA2223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2223; }

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

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

background-color css

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

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

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

border-color css

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

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

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