Html Css Color HEX #BA2123 Fire Engine Red

📋 copy color: '#BA2123'

red 186 ◦ green 33 ◦ blue 35

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

Shades of Fire Engine Red #BA2123

Tints of Fire Engine Red #BA2123

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.99%

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

R = 73.23%
G = 12.99%
B = 13.78%

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

#BA2123 (or 0xBA2123) is known color: Fire Engine Red. HEX triplet: BA, 21 and 23. RGB value is (186,33,35). Sum of RGB (Red+Green+Blue) = 186+33+35=254 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.23% from 254); Green value is 33 (13.28% from 255 or 12.99% from 254); Blue value is 35 (14.06% from 255 or 13.78% from 254); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2123 is #45DEDC. Grayscale: #4F4F4F. Windows color (decimal): -4579037 or 2302394. OLE color: 2302394.

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

Color convert

RGB 186 33 35 -
CMYK 0 0.82 0.81 0.27
HSL 359.22º 0.7% 0.43% -
HSV(B) 359.22º 0.82% 0.73% -
XYZ 21.1 11.65 2.73 -
YUV 78.98 103.19 204.34 -
System Red Green Blue C M Y K H S L
Decimal 186 33 35 0 0.82 0.81 0.27 359.22 0.7 0.43
Hex BA 21 23 0 52 51 1B 167 46 2B
Octal 272 41 43 0 122 121 33 547 106 53
Binary 10111010 100001 100011 0 1010010 1010001 11011 101100111 1000110 101011

Color Harmonies of #BA2123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2123

Black with #BA2123

Text Example


Text Example

White with #BA2123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2123; }

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

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

background-color css

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

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

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

border-color css

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

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

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