Html Css Color HEX #BA1C26 Fire Engine Red

📋 copy color: '#BA1C26'

red 186 ◦ green 28 ◦ blue 38

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

Shades of Fire Engine Red #BA1C26

Tints of Fire Engine Red #BA1C26

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.11%

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

R = 73.81%
G = 11.11%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BA1C26 (or 0xBA1C26) is known color: Fire Engine Red. HEX triplet: BA, 1C and 26. RGB value is (186,28,38). Sum of RGB (Red+Green+Blue) = 186+28+38=252 (33% of max value = 765). Red value is 186 (73.05% from 255 or 73.81% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1C26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1C26 is #45E3D9. Grayscale: #4C4C4C. Windows color (decimal): -4580314 or 2497722. OLE color: 2497722.

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

Color convert

RGB 186 28 38 -
CMYK 0 0.85 0.80 0.27
HSL 356.2º 0.74% 0.42% -
HSV(B) 356.2º 0.85% 0.73% -
XYZ 21.01 11.41 2.93 -
YUV 76.38 106.35 206.19 -
System Red Green Blue C M Y K H S L
Decimal 186 28 38 0 0.85 0.80 0.27 356.2 0.74 0.42
Hex BA 1C 26 0 55 50 1B 164 4A 2A
Octal 272 34 46 0 125 120 33 544 112 52
Binary 10111010 11100 100110 0 1010101 1010000 11011 101100100 1001010 101010

Color Harmonies of #BA1C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1C26

Black with #BA1C26

Text Example


Text Example

White with #BA1C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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