Html Css Color HEX #BA2026 Fire Engine Red

📋 copy color: '#BA2026'

red 186 ◦ green 32 ◦ blue 38

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

Shades of Fire Engine Red #BA2026

Tints of Fire Engine Red #BA2026

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.5%

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

R = 72.66%
G = 12.5%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA2026 (or 0xBA2026) is known color: Fire Engine Red. HEX triplet: BA, 20 and 26. RGB value is (186,32,38). Sum of RGB (Red+Green+Blue) = 186+32+38=256 (33% of max value = 765). Red value is 186 (73.05% from 255 or 72.66% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2026 is #45DFD9. Grayscale: #4E4E4E. Windows color (decimal): -4579290 or 2498746. OLE color: 2498746.

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

Color convert

RGB 186 32 38 -
CMYK 0 0.83 0.80 0.27
HSL 357.66º 0.71% 0.43% -
HSV(B) 357.66º 0.83% 0.73% -
XYZ 21.12 11.61 2.96 -
YUV 78.73 105.02 204.51 -
System Red Green Blue C M Y K H S L
Decimal 186 32 38 0 0.83 0.80 0.27 357.66 0.71 0.43
Hex BA 20 26 0 53 50 1B 166 47 2B
Octal 272 40 46 0 123 120 33 546 107 53
Binary 10111010 100000 100110 0 1010011 1010000 11011 101100110 1000111 101011

Color Harmonies of #BA2026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2026

Black with #BA2026

Text Example


Text Example

White with #BA2026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2026; }

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

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

background-color css

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

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

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

border-color css

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

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

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