Html Css Color HEX #BA2324 Fire Engine Red

📋 copy color: '#BA2324'

red 186 ◦ green 35 ◦ blue 36

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

Shades of Fire Engine Red #BA2324

Tints of Fire Engine Red #BA2324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.62%

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

R = 72.37%
G = 13.62%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BA2324 (or 0xBA2324) is known color: Fire Engine Red. HEX triplet: BA, 23 and 24. RGB value is (186,35,36). Sum of RGB (Red+Green+Blue) = 186+35+36=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2324 is #45DCDB. Grayscale: #505050. Windows color (decimal): -4578524 or 2368442. OLE color: 2368442.

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

Color convert

RGB 186 35 36 -
CMYK 0 0.81 0.81 0.27
HSL 359.6º 0.68% 0.43% -
HSV(B) 359.6º 0.81% 0.73% -
XYZ 21.17 11.77 2.82 -
YUV 80.26 103.03 203.42 -
System Red Green Blue C M Y K H S L
Decimal 186 35 36 0 0.81 0.81 0.27 359.6 0.68 0.43
Hex BA 23 24 0 51 51 1B 168 44 2B
Octal 272 43 44 0 121 121 33 550 104 53
Binary 10111010 100011 100100 0 1010001 1010001 11011 101101000 1000100 101011

Color Harmonies of #BA2324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2324

Black with #BA2324

Text Example


Text Example

White with #BA2324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2324; }

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

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

background-color css

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

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

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

border-color css

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

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

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