Html Css Color HEX #BA2426 Fire Engine Red

📋 copy color: '#BA2426'

red 186 ◦ green 36 ◦ blue 38

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

Shades of Fire Engine Red #BA2426

Tints of Fire Engine Red #BA2426

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.85%

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

R = 71.54%
G = 13.85%
B = 14.62%

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

#BA2426 (or 0xBA2426) is known color: Fire Engine Red. HEX triplet: BA, 24 and 26. RGB value is (186,36,38). Sum of RGB (Red+Green+Blue) = 186+36+38=260 (34% of max value = 765). Red value is 186 (73.05% from 255 or 71.54% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 38 (15.23% from 255 or 14.62% from 260); Max value from RGB is 186 - color contains mainly: red. Hex color #BA2426 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA2426 is #45DBD9. Grayscale: #515151. Windows color (decimal): -4578266 or 2499770. OLE color: 2499770.

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

Color convert

RGB 186 36 38 -
CMYK 0 0.81 0.80 0.27
HSL 359.2º 0.68% 0.44% -
HSV(B) 359.2º 0.81% 0.73% -
XYZ 21.23 11.84 3 -
YUV 81.08 103.7 202.84 -
System Red Green Blue C M Y K H S L
Decimal 186 36 38 0 0.81 0.80 0.27 359.2 0.68 0.44
Hex BA 24 26 0 51 50 1B 167 44 2C
Octal 272 44 46 0 121 120 33 547 104 54
Binary 10111010 100100 100110 0 1010001 1010000 11011 101100111 1000100 101100

Color Harmonies of #BA2426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA2426

Black with #BA2426

Text Example


Text Example

White with #BA2426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA2426; }

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

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

background-color css

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

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

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

border-color css

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

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

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