Html Css Color HEX #BA2326 Fire Engine Red

📋 copy color: '#BA2326'

red 186 ◦ green 35 ◦ blue 38

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

Shades of Fire Engine Red #BA2326

Tints of Fire Engine Red #BA2326

RGB

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

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

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

R = 71.81%
G = 13.51%
B = 14.67%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA2326 (or 0xBA2326) is known color: Fire Engine Red. HEX triplet: BA, 23 and 26. RGB value is (186,35,38). Sum of RGB (Red+Green+Blue) = 186+35+38=259 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.81% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2326 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2326 is #45DCD9. Grayscale: #505050. Windows color (decimal): -4578522 or 2499514. OLE color: 2499514.

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

Color convert

RGB 186 35 38 -
CMYK 0 0.81 0.80 0.27
HSL 358.81º 0.68% 0.43% -
HSV(B) 358.81º 0.81% 0.73% -
XYZ 21.2 11.78 2.99 -
YUV 80.49 104.03 203.26 -
System Red Green Blue C M Y K H S L
Decimal 186 35 38 0 0.81 0.80 0.27 358.81 0.68 0.43
Hex BA 23 26 0 51 50 1B 167 44 2B
Octal 272 43 46 0 121 120 33 547 104 53
Binary 10111010 100011 100110 0 1010001 1010000 11011 101100111 1000100 101011

Color Harmonies of #BA2326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2326

Black with #BA2326

Text Example


Text Example

White with #BA2326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2326; }

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

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

background-color css

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

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

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

border-color css

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

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

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