Html Css Color HEX #BA2126 Fire Engine Red

📋 copy color: '#BA2126'

red 186 ◦ green 33 ◦ blue 38

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

Shades of Fire Engine Red #BA2126

Tints of Fire Engine Red #BA2126

RGB

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

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

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

R = 72.37%
G = 12.84%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA2126 (or 0xBA2126) is known color: Fire Engine Red. HEX triplet: BA, 21 and 26. RGB value is (186,33,38). Sum of RGB (Red+Green+Blue) = 186+33+38=257 (34% of max value = 765). Red value is 186 (73.05% from 255 or 72.37% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 38 (15.23% from 255 or 14.79% from 257); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2126 is #45DED9. Grayscale: #4F4F4F. Windows color (decimal): -4579034 or 2499002. OLE color: 2499002.

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

Color convert

RGB 186 33 38 -
CMYK 0 0.82 0.80 0.27
HSL 358.04º 0.7% 0.43% -
HSV(B) 358.04º 0.82% 0.73% -
XYZ 21.14 11.67 2.97 -
YUV 79.32 104.69 204.09 -
System Red Green Blue C M Y K H S L
Decimal 186 33 38 0 0.82 0.80 0.27 358.04 0.7 0.43
Hex BA 21 26 0 52 50 1B 166 46 2B
Octal 272 41 46 0 122 120 33 546 106 53
Binary 10111010 100001 100110 0 1010010 1010000 11011 101100110 1000110 101011

Color Harmonies of #BA2126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2126

Black with #BA2126

Text Example


Text Example

White with #BA2126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2126; }

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

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

background-color css

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

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

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

border-color css

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

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

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